Validation result

Information

File Name
patient-example.json
OID :
1.3.6.1.4.1.12559.11.50.4.194
Validation Date :
1/30/25 7:44:04 AM (EST GMT-0500)
Matchbox (3.9.10.1-Infoway)
http://hl7.org/fhir/StructureDefinition/Patient|4.0.1 (4.0.1)
Validation Results :
DONE_FAILED
Permanent link :
https://pancanadianio.ihe-catalyst.net/evs/report.seam?oid=1.3.6.1.4.1.12559.11.50.4.194
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #388FAILED

Validation Summary
1
Constraint ID
Reference_REF_CantResolve
Constraint Type
InstanceValidator
Constraint Description
Unable to resolve resource with reference 'Organization/1'
Location in validated object
line 162, column 4, FHIRPath: Patient.managingOrganization

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" : "example",
4   "text" : {
5     "status" : "generated",
6     "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<table>\n\t\t\t\t<tbody>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Name</td>\n\t\t\t\t\t\t<td>Peter James \n              <b>Chalmers</b> (&quot;Jim&quot;)\n            </td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Address</td>\n\t\t\t\t\t\t<td>534 Erewhon, Pleasantville, Vic, 3999</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Contacts</td>\n\t\t\t\t\t\t<td>Home: unknown. Work: (03) 5555 6473</td>\n\t\t\t\t\t</tr>\n\t\t\t\t\t<tr>\n\t\t\t\t\t\t<td>Id</td>\n\t\t\t\t\t\t<td>MRN: 12345 (Acme Healthcare)</td>\n\t\t\t\t\t</tr>\n\t\t\t\t</tbody>\n\t\t\t</table>\n\t\t</div>"
7   },
8   "identifier" : [ {
9     "use" : "usual",
10     "type" : {
11       "coding" : [ {
12         "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
13         "code" : "MR"
14       } ]
15     },
16     "system" : "urn:oid:1.2.36.146.595.217.0.1",
17     "value" : "12345",
18     "period" : {
19       "start" : "2001-05-06"
20     },
21     "assigner" : {
22       "display" : "Acme Healthcare"
23     }
24   } ],
25   "active" : true,
26   "name" : [ {
27     "use" : "official",
28     "family" : "Chalmers",
29     "given" : [ "Peter", "James" ]
30   }, {
31     "use" : "usual",
32     "given" : [ "Jim" ]
33   }, {
34     "use" : "maiden",
35     "family" : "Windsor",
36     "given" : [ "Peter", "James" ],
37     "period" : {
38       "end" : "2002"
39     }
40   } ],
41   "telecom" : [ {
42     "use" : "home"
43   }, {
44     "system" : "phone",
45     "value" : "(03) 5555 6473",
46     "use" : "work",
47     "rank" : 1
48   }, {
49     "system" : "phone",
50     "value" : "(03) 3410 5613",
51     "use" : "mobile",
52     "rank" : 2
53   }, {
54     "system" : "phone",
55     "value" : "(03) 5555 8834",
56     "use" : "old",
57     "period" : {
58       "end" : "2014"
59     }
60   } ],
61   "gender" : "male",
62   "birthDate" : "1974-12-25",
63   "_birthDate" : {
64     "extension" : [ {
65       "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
66       "valueDateTime" : "1974-12-25T14:35:45-05:00"
67     } ]
68   },
69   "deceasedBoolean" : false,
70   "address" : [ {
71     "use" : "home",
72     "type" : "both",
73     "text" : "534 Erewhon St PeasantVille, Rainbow, Vic  3999",
74     "line" : [ "534 Erewhon St" ],
75     "city" : "PleasantVille",
76     "district" : "Rainbow",
77     "state" : "Vic",
78     "postalCode" : "3999",
79     "period" : {
80       "start" : "1974-12-25"
81     }
82   } ],
83   "contact" : [ {
84     "relationship" : [ {
85       "coding" : [ {
86         "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
87         "code" : "N"
88       } ]
89     } ],
90     "name" : {
91       "family" : "du Marché",
92       "_family" : {
93         "extension" : [ {
94           "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
95           "valueString" : "VV"
96         } ]
97       },
98       "given" : [ "Bénédicte" ]
99     },
100     "telecom" : [ {
101       "system" : "phone",
102       "value" : "+33 (237) 998327"
103     } ],
104     "address" : {
105       "use" : "home",
106       "type" : "both",
107       "line" : [ "534 Erewhon St" ],
108       "city" : "PleasantVille",
109       "district" : "Rainbow",
110       "state" : "Vic",
111       "postalCode" : "3999",
112       "period" : {
113         "start" : "1974-12-25"
114       }
115     },
116     "gender" : "female",
117     "period" : {
118       "start" : "2012"
119     }
120   } ],
121   "managingOrganization" : {
122     "reference" : "Organization/1"
123   }
124 }