Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.46.4.2728
Validation Date :
2/6/25 4:09:00 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_PASSED
Permanent link :
https://pancanadianio.ca/evs/report.seam?oid=1.3.6.1.4.1.12559.11.46.4.2728
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #5456PASSED

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" : "1",
4   "meta" : {
5     "versionId" : "1",
6     "lastUpdated" : "2025-01-21T15:07:15.808+00:00",
7     "source" : "#H34eFER9hPtQb7yq"
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 }