FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-servicerequest-hla-a-r4.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest servicerequest-hla-a-r4
identifier: http://example.org/donor-registry/1234.5678
status: Completed
intent: Order
category: Laboratory procedure
priority: Routine
code: HLA-A [Type]
subject: Identifier: 001^24680
requester: aDonorRegistry
performer: aTypingLab, Inc
specimen: buccal swab: 123456789
{
"resourceType": "ServiceRequest",
"id": "servicerequest-hla-a-r4",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/donor-registry",
"value": "1234.5678"
}
],
"status": "completed",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "108252007",
"display": "Laboratory procedure"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "13298-5",
"display": "HLA-A [Type]"
}
]
},
"subject": {
"identifier": {
"value": "001^24680"
}
},
"requester": {
"type": "Organization",
"display": "aDonorRegistry"
},
"performer": [
{
"type": "Organization",
"display": "aTypingLab, Inc"
}
],
"specimen": [
{
"type": "Specimen",
"display": "buccal swab: 123456789"
}
]
}