Validation result

Information

File Name
OID :
1.3.6.1.4.1.12559.11.50.4.127
Validation Date :
12/16/24 4:34:14 AM (EST GMT-0500)
Matchbox (3.9.7)
http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps
Validation Results :
DONE_PASSED
Permanent link :
https://pancanadianio.ihe-catalyst.net/evs/report.seam?oid=1.3.6.1.4.1.12559.11.50.4.127
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
2

Validation of item #254PASSED

Validation Summary
2
Constraint ID
Type_Specific_Checks_DT_URL_Resolve
Constraint Type
InstanceValidator
Constraint Description
URL value 'https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn' does not resolve
Location in validated object
line 1, column 424, FHIRPath: Patient.identifier[0].system
Constraint ID
http://hl7.org/fhir/StructureDefinition/DomainResource#dom-6
Constraint Type
InstanceValidator
Constraint Description
Constraint failed: dom-6: 'A resource should have narrative for robust management' (defined in http://hl7.org/fhir/StructureDefinition/DomainResource) (Best Practice Recommendation)
Location in validated object
line 1, column 637, FHIRPath: Patient

File Content



JSON
JSON Tree
Binary content

«
»

The following content has been modified for better visualization. Validation will be performed on original content
1 {
2   "resourceType" : "Patient",
3   "id" : "1",
4   "meta" : {
5     "versionId" : "1",
6     "lastUpdated" : "2024-11-04T20:26:22.792+00:00",
7     "source" : "#1ohLEIB0orcocc5m",
8     "profile" : [ "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps" ]
9   },
10   "identifier" : [ {
11     "use" : "official",
12     "type" : {
13       "coding" : [ {
14         "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
15         "code" : "JHN"
16       } ]
17     },
18     "system" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
19     "value" : "1111-11111"
20   } ],
21   "name" : [ {
22     "family" : "McCurdy",
23     "given" : [ "Evelyn" ]
24   } ],
25   "gender" : "female",
26   "birthDate" : "1957-04-16",
27   "deceasedBoolean" : false,
28   "address" : [ {
29     "text" : "4637 Test Data Drive, Vancouver, British Columbia"
30   } ]
31 }