FHIR IG analytics| Package | hl7.fhir.uv.imaging-service-request-ig |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example-imaging-service-request.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example-imaging-service-request
Language: en
Profile: ServiceRequest - DICOM MWL Imaging Service Request Mapping
identifier: Accession ID/A12345, Placer Identifier/P12345, Filler Identifier/F12345
status: Active
intent: Order
category: Imaging
subject: DANIELLE PLUTONIUM (no stated gender), DoB Unknown ( Medical record number)
{
"resourceType": "ServiceRequest",
"id": "example-imaging-service-request",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/imaging-service-request-ig/StructureDefinition/imaging-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://goodhealth.org/acsn",
"value": "A12345"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PLAC",
"display": "Placer Identifier"
}
]
},
"system": "http://goodhealth.org/plac",
"value": "P12345"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FILL",
"display": "Filler Identifier"
}
]
},
"system": "http://goodhealth.org/fill",
"value": "F12345"
}
],
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363679005",
"display": "Imaging"
}
]
}
],
"subject": {
"reference": "Patient/example-imaging-patient"
}
}