FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-genomicServiceRequest.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest genomicServiceRequest
identifier: Laboratory Accession ID/111111112
status: Active
intent: Plan
code: Molecular genetic test (procedure)
{
"resourceType": "ServiceRequest",
"id": "genomicServiceRequest",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "LACSN"
}
],
"text": "Laboratory Accession ID"
},
"system": "http://example.org/identifiers/serviceRequests",
"value": "111111112"
}
],
"status": "active",
"intent": "plan",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "405825005",
"display": "Molecular genetic test (procedure)"
}
]
},
"subject": {
"reference": "Patient/genomicPatient"
}
}