Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.2588
Validation Date :
2/6/25 2:34:50 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.2588
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
2
1

Validation of item #5176FAILED

Validation Summary
2
1
Constraint ID
INVALID
Constraint Type
InstanceValidator
Constraint Description
Error parsing JSON: the primitive value must be a string
Location in validated object
line 2, column 12, FHIRPath: Patient.id
Constraint ID
Terminology_TX_NoValid_16
Constraint Type
TerminologyEngine
Constraint Description
The value provided ('Male') was not found in the value set 'AdministrativeGender' (http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1), and a code is required from this value set (error message = The System URI could not be determined for the code 'Male' in the ValueSet 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1'; The provided code '#Male' was not found in the value set 'http://hl7.org/fhir/ValueSet/administrative-gender|4.0.1')
Location in validated object
line 49, column 21, FHIRPath: Patient.gender
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#PT)
Location in validated object
line 15, column 14, FHIRPath: Patient.identifier[0].type

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   "id" : 1,
3   "meta" : {
4     "versionId" : "1",
5     "lastUpdated" : "2025-02-06T09:53:11-08:00"
6   },
7   "resourceType" : "Patient",
8   "text" : {
9     "status" : "generated",
10     "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"> <p>Sam Sam</p></div>"
11   },
12   "identifier" : [ {
13     "use" : "official",
14     "type" : {
15       "coding" : [ {
16         "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
17         "code" : "PT"
18       } ]
19     },
20     "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
21     "value" : "1"
22   } ],
23   "active" : true,
24   "name" : [ {
25     "use" : "official",
26     "family" : "Sam",
27     "given" : [ "Sam" ]
28   } ],
29   "telecom" : [ {
30     "system" : "phone",
31     "value" : "+918754636061",
32     "use" : "home"
33   }, {
34     "system" : "email",
35     "value" : "vinupriya.v@zeoner.com",
36     "use" : "home"
37   } ],
38   "gender" : "Male",
39   "birthDate" : "1992-09-08"
40 }