FHIR IG analytics| Package | hl7.fhir.uv.dicom-sr |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-measurement-report-service-request.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"00080050": { "vr": "SH" , "Value": "ACSN-235813" },
"00080051": { "vr": "SQ", "Value": [ {
"00400031": { "vr": "UT", "Value": [ "Test Hospital" ] },
"00400032": { "vr": "UT", "Value": [ "http://test-hospital.org/acsn" ] },
"00400033": { "vr": "CS", "Value": [ "URI" ] }
} ] }
}
{
"resourceType": "ServiceRequest",
"id": "measurement-report-service-request",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "ACSN",
"display": "Accession ID"
}
]
},
"system": "http://test-hospital.org/acsn",
"value": "ACSN-235813"
}
],
"status": "active",
"intent": "order",
"subject": {
"reference": "Patient/measurement-report-patient"
}
}