Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.2584
Validation Date :
2/6/25 2:34:02 PM (EST GMT-0500)
Matchbox (3.9.10.1-Infoway)
http://hl7.org/fhir/StructureDefinition/Account|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.2584
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
3

Validation of item #5168FAILED

Validation Summary
3
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
INVALID
Constraint Type
InstanceValidator
Constraint Description
Error parsing JSON: the primitive value must be a string
Location in validated object
line 24, column 23, FHIRPath: Patient.identifier[0].value
Constraint ID
Validation_VAL_Profile_WrongType
Constraint Type
InstanceValidator
Constraint Description
Specified profile type was 'Account' in profile 'http://hl7.org/fhir/StructureDefinition/Account|4.0.1', but found type 'Patient'
Location in validated object
line 1, column 2, 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   "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 }