FHIR IG analytics| Package | hl7.fhir.uv.dicom-sr |
| Resource Type | Patient |
| Id | Patient-measurement-report-patient.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"00100010": { "vr": "PN", "Value": [ { "Alphabetic": "EXAMPLE^MEASUREMENT^PATIENT}" } ]},
"00100020": { "vr": "LO", "Value": [ "PID-11235" ] },
"00100024": { "vr": "SQ", "Value": [ {
"00400031": { "vr": "UT", "Value": [ "Test Hospital" ] },
"00400032": { "vr": "UT", "Value": [ "http://test-hospital.org/mr" ] },
"00400033": { "vr": "CS", "Value": [ "URI" ] }
} ] }
}
{
"resourceType": "Patient",
"id": "measurement-report-patient",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://test-hospital.org/mr",
"value": "PID-12345",
"assigner": {
"display": "Test Hospital"
}
}
]
}