FHIR IG analytics| Package | ch.fhir.ig.ch-elm |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-1SR-Order.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "ServiceRequest",
"id": "1SR-Order",
"identifier": [
{
"value": "22000938108"
}
],
"status": "completed",
"intent": "order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "697-3",
"display": "Neisseria gonorrhoeae [Presence] in Urethra by Organism specific culture"
}
]
},
"subject": {
"reference": "Patient/Pat-001"
},
"requester": {
"reference": "PractitionerRole/1PR-KsAbc"
},
"specimen": [
{
"reference": "Specimen/1Spec-Specimen"
}
]
}