FHIR IG analytics| Package | hl7.fhir.us.qicore.r4 |
| Resource Type | ServiceRequest |
| Id | ServiceRequest-myringotomy-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ServiceRequest myringotomy-example
Profile: QICore ServiceRequest
status: On Hold
intent: Order
category: Surgical Procedure
priority: Routine
code: Myringotomy and insertion of short-term tympanic ventilation tube (procedure)
occurrence: 2014-02-13 --> 2014-02-13
asNeeded: true
authoredOn: 2014-02-14
performerType: Pediatric otolaryngology
reasonCode: Otitis media
{
"resourceType": "ServiceRequest",
"id": "myringotomy-example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "on-hold",
"intent": "order",
"category": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "387713003",
"display": "Surgical Procedure"
}
]
}
],
"priority": "routine",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "172676009",
"display": "Myringotomy and insertion of short-term tympanic ventilation tube (procedure)"
}
]
},
"subject": {
"reference": "Patient/example"
},
"encounter": {
"reference": "Encounter/example"
},
"occurrencePeriod": {
"start": "2014-02-13",
"end": "2014-02-13"
},
"asNeededBoolean": true,
"authoredOn": "2014-02-14",
"performerType": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "417887005",
"display": "Pediatric otolaryngology"
}
]
},
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "65363002",
"display": "Otitis media"
}
]
}
]
}