Validation result

Information

File Name
manual-edited-content.json
OID :
1.3.6.1.4.1.12559.11.11.4.33523
Validation Date :
11/28/25 6:31:31 PM (CET GMT+0100)
Matchbox (4.0.12)
https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.QueryPatientResourceResponseMessage (3.1.0)
Validation Results :
DONE_PASSED
Permanent link :
https://connectathon.ihe-catalyst.net/evs/report.seam?oid=1.3.6.1.4.1.12559.11.11.4.33523
Data Visibility :
Public

Validation Results

«
»

Matchbox Standard Report
Additional Metadata Matchbox
XML

«
»
Validation Summary
1

Validation of item #69708PASSED

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" : "Bundle",
3   "id" : "ex-QueryPatientResourceResponseMessage",
4   "meta" : {
5     "profile" : [ "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.QueryPatientResourceResponseMessage" ],
6     "security" : [ {
7       "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
8       "code" : "HTEST"
9     } ]
10   },
11   "type" : "searchset",
12   "timestamp" : "2023-09-25T15:42:00Z",
13   "total" : 1,
14   "link" : [ {
15     "relation" : "self",
16     "url" : "test.example.com/R4/fhir/Patient?family=Schmidt"
17   } ],
18   "entry" : [ {
19     "fullUrl" : "http://example.org/Patient/ex-patient",
20     "resource" : {
21       "resourceType" : "Patient",
22       "id" : "ex-patient",
23       "meta" : {
24         "profile" : [ "https://profiles.ihe.net/ITI/PDQm/StructureDefinition/IHE.PDQm.Patient" ],
25         "security" : [ {
26           "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
27           "code" : "HTEST"
28         } ]
29       },
30       "text" : {
31         "status" : "generated",
32         "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ex-patient\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-patient</b></p><a name=\"ex-patient\"> </a><a name=\"hcex-patient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-IHE.PDQm.Patient.html\">PDQm Patient Profile</a></p><p style=\"margin-bottom: 0px\">Security Label: test health data (Details: ActReason code HTEST = 'test health data')</p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">John Schmidt Other, DoB: 1923-07-25 ( http://example.org/exampleSystem#8675309)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">WI USA </td></tr></table></div>"
33       },
34       "identifier" : [ {
35         "system" : "http://example.org/exampleSystem",
36         "value" : "8675309"
37       } ],
38       "name" : [ {
39         "use" : "usual",
40         "text" : "John Schmidt",
41         "family" : "Schmidt",
42         "given" : [ "John" ]
43       }, {
44         "use" : "old",
45         "text" : "John Jacob Jingle Heimer Schnidt",
46         "family" : "Schnidt",
47         "given" : [ "John", "Jacob", "Jingle", "Heimer" ],
48         "period" : {
49           "end" : "1960"
50         }
51       }, {
52         "use" : "official",
53         "text" : "John Jacob Jingleheimer Schmidt",
54         "family" : "Schmidt",
55         "given" : [ "John", "Jacob", "Jingleheimer" ],
56         "period" : {
57           "start" : "1960-01-01"
58         }
59       }, {
60         "use" : "nickname",
61         "text" : "Jack Schmidt",
62         "family" : "Schmidt",
63         "given" : [ "Jack" ]
64       } ],
65       "gender" : "other",
66       "birthDate" : "1923-07-25",
67       "address" : [ {
68         "state" : "WI",
69         "country" : "USA"
70       } ]
71     }
72   } ]
73 }