FHIR IG analytics| Package | hl7.fhir.us.health-care-surveys-reporting.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest example
status: Active
intent: Original Order
category: Diagnostics Procedure
code: Chest CT
subject: Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))
occurrence: 2013-05-08 09:33:27+0700
requester: Practitioner Joseph P Nichols (official)
{
"resourceType": "ServiceRequest",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-servicerequest|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "original-order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "363679005",
"display": "Imaging (procedure)"
}
],
"text": "Diagnostics Procedure"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "24627-2"
}
],
"text": "Chest CT"
},
"subject": {
"reference": "Patient/patient-ledner"
},
"occurrenceDateTime": "2013-05-08T09:33:27+07:00",
"requester": {
"reference": "Practitioner/practitioner-1"
}
}