This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, Patient, Practitioner, RelatedPerson |
Raw Turtle (+ also see Turtle/RDF Format Specification)
An example of a Myringotomy referral request
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix sct: <http://snomed.info/id/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- [a fhir:ServiceRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "myringotomy"]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"myringotomy\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest "myringotomy" </p></div><p><b>identifier</b>: id: ret4421</p><p><b>basedOn</b>: <span>: ServiceRequest for Myringotomy and insertion of tympanic ventilation tube</span></p><p><b>replaces</b>: <span>: prior ServiceRequest</span></p><p><b>requisition</b>: id: 1234</p><p><b>status</b>: active</p><p><b>intent</b>: order</p><p><b>category</b>: Patient referral to specialist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#103696004)</span></p><p><b>priority</b>: routine</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Insertion of grommets <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#172676009 "Myringotomy and insertion of tympanic ventilation tube")</span></td></tr></table><p><b>subject</b>: <a href=\"broken-link.html\">https://fhir.orionhealth.com/blaze/fhir/Patient/77662: Beverly Weaver</a></p><p><b>encounter</b>: <span>: Beverly Waver's encounter on 2014-02-14</span></p><p><b>occurrence</b>: ?? --> 2014-03-14</p><p><b>authoredOn</b>: 2014-02-14</p><p><b>requester</b>: <a href=\"broken-link.html\">https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272: Serena Shrink</a></p><p><b>performerType</b>: ENT <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (specialties#ent)</span></p><p><b>performer</b>: <a href=\"broken-link.html\">https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597: Dr Dave</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>For consideration of Grommets <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><p><b>note</b>: In the past 2 years Beverly has had 6 instances of rt-sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties. (By Serena Shrink @2014-02-14)</p></div>" ]; # fhir:ServiceRequest.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://orionhealth.com/fhir/apps/referralids" ]; fhir:Identifier.value [ fhir:value "ret4421" ] ]; # fhir:ServiceRequest.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "ServiceRequest for Myringotomy and insertion of tympanic ventilation tube" ] ]; # fhir:ServiceRequest.replaces [ fhir:index 0; fhir:Reference.display [ fhir:value "prior ServiceRequest" ] ]; # fhir:ServiceRequest.requisition [ fhir:Identifier.value [ fhir:value "1234" ] ]; # fhir:ServiceRequest.status [ fhir:value "active"]; # fhir:ServiceRequest.intent [ fhir:value "order"]; # fhir:ServiceRequest.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; a sct:103696004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "103696004" ]; fhir:Coding.display [ fhir:value "Patient referral to specialist" ] ] ]; # fhir:ServiceRequest.priority [ fhir:value "routine"]; # fhir:ServiceRequest.code [ fhir:CodeableReference.concept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:172676009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "172676009" ]; fhir:Coding.display [ fhir:value "Myringotomy and insertion of tympanic ventilation tube" ] ]; fhir:CodeableConcept.text [ fhir:value "Insertion of grommets" ] ] ]; # fhir:ServiceRequest.subject [ fhir:link <https://fhir.orionhealth.com/blaze/fhir/Patient/77662>; fhir:Reference.reference [ fhir:value "https://fhir.orionhealth.com/blaze/fhir/Patient/77662" ]; fhir:Reference.display [ fhir:value "Beverly Weaver" ] ]; # fhir:ServiceRequest.encounter [ fhir:Reference.display [ fhir:value "Beverly Waver's encounter on 2014-02-14" ] ]; # fhir:ServiceRequest.occurrencePeriod [ fhir:Period.end [ fhir:value "2014-03-14"^^xsd:date ] ]; # fhir:ServiceRequest.authoredOn [ fhir:value "2014-02-14"^^xsd:date]; # fhir:ServiceRequest.requester [ fhir:link <https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272>; fhir:Reference.reference [ fhir:value "https://fhir.orionhealth.com/blaze/fhir/Practitioner/77272" ]; fhir:Reference.display [ fhir:value "Serena Shrink" ] ]; # fhir:ServiceRequest.performerType [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://orionhealth.com/fhir/apps/specialties" ]; fhir:Coding.code [ fhir:value "ent" ]; fhir:Coding.display [ fhir:value "ENT" ] ] ]; # fhir:ServiceRequest.performer [ fhir:index 0; fhir:link <https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597>; fhir:Reference.reference [ fhir:value "https://fhir.orionhealth.com/blaze/fhir/Practitioner/76597" ]; fhir:Reference.display [ fhir:value "Dr Dave" ] ]; # fhir:ServiceRequest.reason [ fhir:index 0; fhir:CodeableReference.concept [ fhir:CodeableConcept.text [ fhir:value "For consideration of Grommets" ] ] ]; # fhir:ServiceRequest.note [ fhir:index 0; fhir:Annotation.authorString [ fhir:value "Serena Shrink" ]; fhir:Annotation.time [ fhir:value "2014-02-14"^^xsd:date ]; fhir:Annotation.text [ fhir:value "In the past 2 years Beverly has had 6 instances of rt-sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties." ] ]] . # # - ontology header ------------------------------------------------------------ [a owl:Ontology; owl:imports fhir:fhir.ttl] . # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-snapshot3 generated on Wed, Dec 14, 2022 07:17+1100.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change