FHIR IG analytics| Package | hl7.fhir.uv.genomics-reporting.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-somaticServiceRequest.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest somaticServiceRequest
identifier: Laboratory Accession ID/1111jh11112
status: Active
intent: Plan
code: My Test Cancer 700 Gene Panel
requester: Practitioner Test Submitter
reasonCode: Adenocarcinoma of lung, stage IV (disorder)
{
"resourceType": "ServiceRequest",
"id": "somaticServiceRequest",
"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://www.somesystemabc.net/identifiers/serviceRequests",
"value": "1111jh11112"
}
],
"status": "active",
"intent": "plan",
"code": {
"text": "My Test Cancer 700 Gene Panel"
},
"subject": {
"reference": "Patient/somaticPatient"
},
"requester": {
"reference": "Practitioner/orderingPractitioner"
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "424993006",
"display": "Adenocarcinoma of lung, stage IV (disorder)"
}
]
}
]
}