FHIR IG analytics| Package | hl7.fhir.uv.cow.r4b |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-cow-service-request-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest cow-service-request-example
identifier: https://placer.example.org/ehr/5f8b4be6-9484-449d-a217-7472a0389899
status: Active
intent: Order
code: Glucose [Mass/volume] in Serum or Plasma
subject: Mr. John Doe (Identifier: Medical record number/553242)
{
"resourceType": "ServiceRequest",
"id": "cow-service-request-example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://placer.example.org/ehr",
"value": "5f8b4be6-9484-449d-a217-7472a0389899"
}
],
"status": "active",
"intent": "order",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "2345-7"
}
]
},
"subject": {
"type": "Patient",
"identifier": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "https://placer.example.org/ehr",
"value": "553242"
},
"display": "Mr. John Doe"
}
}