Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.2610
Validation Date :
2/6/25 2:46:21 PM (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.ca/evs/report.seam?oid=1.3.6.1.4.1.12559.11.46.4.2610
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
2
2
8

Validation of item #5220FAILED

Validation Summary
2
2
8
Constraint ID
CODEINVALID
Constraint Type
TerminologyEngine
Constraint Description
Unknown code 'hin' in the CodeSystem 'http://terminology.hl7.org/CodeSystem/v2-0203' version '4.0.0'
Location in validated object
line 63, column 14, FHIRPath: Patient.identifier[0].type.coding[0].code
Constraint ID
INVALID
Constraint Type
TerminologyEngine
Constraint Description
The Coding references a value set, not a code system ('http://hl7.org/fhir/ValueSet/marital-status')
Location in validated object
line 104, column 6, FHIRPath: Patient.maritalStatus.coding[0].system
Constraint ID
Terminology_TX_NoValid_2_CC
Constraint Type
TerminologyEngine
Constraint Description
None of the codings provided are in the value set 'IdentifierType' (http://hl7.org/fhir/ValueSet/identifier-type|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://terminology.hl7.org/CodeSystem/v2-0203#hin)
Location in validated object
line 63, column 14, FHIRPath: Patient.identifier[0].type
Constraint ID
Terminology_TX_NoValid_2_CC
Constraint Type
TerminologyEngine
Constraint Description
None of the codings provided are in the value set 'MaritalStatus' (http://hl7.org/fhir/ValueSet/marital-status|4.0.1), and a coding should come from this value set unless it has no suitable code (note that the validator cannot judge what is suitable) (codes = http://hl7.org/fhir/ValueSet/marital-status#U)
Location in validated object
line 104, column 6, FHIRPath: Patient.maritalStatus
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/dateJoined
Location in validated object
line 32, column 10, FHIRPath: Patient.extension[0]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/hcType
Location in validated object
line 36, column 10, FHIRPath: Patient.extension[1]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/countryOfOrigin
Location in validated object
line 40, column 10, FHIRPath: Patient.extension[2]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/newsletter
Location in validated object
line 44, column 10, FHIRPath: Patient.extension[3]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/lastUpdateUser
Location in validated object
line 48, column 10, FHIRPath: Patient.extension[4]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/lastUpdateDate
Location in validated object
line 52, column 10, FHIRPath: Patient.extension[5]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/type
Location in validated object
line 56, column 10, FHIRPath: Patient.extension[6]
Constraint ID
Extension_EXT_Unknown
Constraint Type
InstanceValidator
Constraint Description
Unknown extension https://apps.health/Patient/is-official-language
Location in validated object
line 117, column 18, FHIRPath: Patient.communication[0].extension[0]

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   "language" : "en-CA",
4   "contained" : [ {
5     "resourceType" : "Organization",
6     "id" : "1",
7     "active" : true,
8     "name" : "McMaster Hospital",
9     "telecom" : [ {
10       "system" : "phone",
11       "value" : "555-555-5555"
12     }, {
13       "system" : "fax",
14       "value" : "555-555-5555"
15     } ],
16     "address" : [ {
17       "line" : [ "Hamilton" ],
18       "city" : "Hamilton",
19       "state" : "Ontario"
20     } ]
21   } ],
22   "extension" : [ {
23     "url" : "https://apps.health/Patient/dateJoined",
24     "valueDateTime" : "2024-07-31T00:00:00-04:00"
25   }, {
26     "url" : "https://apps.health/Patient/hcType",
27     "valueString" : "ON"
28   }, {
29     "url" : "https://apps.health/Patient/countryOfOrigin",
30     "valueString" : "-1"
31   }, {
32     "url" : "https://apps.health/Patient/newsletter",
33     "valueString" : "Unknown"
34   }, {
35     "url" : "https://apps.health/Patient/lastUpdateUser",
36     "valueString" : "999998"
37   }, {
38     "url" : "https://apps.health/Patient/lastUpdateDate",
39     "valueDateTime" : "2024-07-31T13:09:25-04:00"
40   }, {
41     "url" : "https://apps.health/Patient/type",
42     "valueString" : "NotSet"
43   } ],
44   "identifier" : [ {
45     "type" : {
46       "coding" : [ {
47         "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
48         "code" : "hin",
49         "display" : "hin"
50       } ],
51       "text" : "hin"
52     },
53     "value" : "::"
54   } ],
55   "active" : true,
56   "name" : [ {
57     "use" : "official",
58     "family" : "SNOW",
59     "given" : [ "JON" ]
60   } ],
61   "telecom" : [ {
62     "system" : "phone",
63     "value" : "123 456 7890",
64     "use" : "home",
65     "rank" : 1
66   } ],
67   "gender" : "male",
68   "birthDate" : "2009-11-13",
69   "deceasedBoolean" : false,
70   "address" : [ {
71     "city" : "Toronto",
72     "state" : "ON",
73     "country" : "Canada"
74   } ],
75   "maritalStatus" : {
76     "coding" : [ {
77       "system" : "http://hl7.org/fhir/ValueSet/marital-status",
78       "code" : "U",
79       "display" : "unmarried"
80     } ],
81     "text" : "unmarried"
82   },
83   "communication" : [ {
84     "extension" : [ {
85       "url" : "https://apps.health/Patient/is-official-language",
86       "valueBoolean" : true
87     } ],
88     "language" : {
89       "coding" : [ {
90         "system" : "http://unknown.code.system",
91         "code" : "English",
92         "display" : "English"
93       } ],
94       "text" : "English"
95     }
96   } ],
97   "managingOrganization" : {
98     "reference" : "#1"
99   }
100 }