Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.50.4.192
Validation Date :
1/29/25 10:13:43 AM (EST GMT-0500)
Matchbox (3.9.9.1-Infoway)
http://hl7.org/fhir/StructureDefinition/Patient|4.0.1 (4.0.1)
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.192
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #384PASSED

Validation Summary
1
Constraint Description
No fatal or error issues detected, the validation has passed

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" : "679",
4   "meta" : {
5     "versionId" : "1",
6     "lastUpdated" : "2024-11-25T16:13:21.794+00:00",
7     "source" : "#2s8rqYRRsFmNiJS1"
8   },
9   "identifier" : [ {
10     "system" : "http://fictional-identifier-system-uri.com",
11     "value" : "5555-55555"
12   } ],
13   "name" : [ {
14     "text" : "James Fidler",
15     "family" : "Fidler",
16     "given" : [ "James" ]
17   } ],
18   "telecom" : [ {
19     "system" : "phone",
20     "value" : "555-555-0000",
21     "use" : "home"
22   } ],
23   "gender" : "male",
24   "birthDate" : "1988-02-14",
25   "address" : [ {
26     "text" : "1428 W 7th Ave, Vancouver BC V6H 1C1, Canada",
27     "postalCode" : "V6H 1C1",
28     "country" : "CAN"
29   } ]
30 }