This page is part of the FHIR Specification (v3.0.2: STU 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Patient Care Work Group | Maturity Level: N/A | Ballot Status: Informative | Compartments: Patient, Practitioner |
Example of referralrequest
@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 ------------------------------------------------------------------- <http://hl7.org/fhir/ReferralRequest/example> a fhir:ReferralRequest; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Referral to Dr Dave for Beverly weaver to have grommets inserted in her r) ear</div>" ]; fhir:ReferralRequest.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://orionhealth.com/fhir/apps/referralids" ]; fhir:Identifier.value [ fhir:value "ret4421" ] ]; fhir:ReferralRequest.definition [ fhir:index 0; fhir:Reference.display [ fhir:value "Protocol for insertion of tympanic ventilation tube" ] ]; fhir:ReferralRequest.basedOn [ fhir:index 0; fhir:Reference.display [ fhir:value "ProcedureRequest for Myringotomy and insertion of tympanic ventilation tube" ] ]; fhir:ReferralRequest.replaces [ fhir:index 0; fhir:Reference.display [ fhir:value "prior ReferralRequest" ] ]; fhir:ReferralRequest.groupIdentifier [ fhir:Identifier.value [ fhir:value "1234" ] ]; fhir:ReferralRequest.status [ fhir:value "active"]; fhir:ReferralRequest.intent [ fhir:value "order"]; fhir:ReferralRequest.type [ 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:ReferralRequest.priority [ fhir:value "routine"]; fhir:ReferralRequest.serviceRequested [ fhir:index 0; 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:ReferralRequest.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:ReferralRequest.context [ fhir:Reference.display [ fhir:value "Beverly Waver's encounter on 2014-02-14" ] ]; fhir:ReferralRequest.occurrencePeriod [ fhir:Period.end [ fhir:value "2014-03-14"^^xsd:date ] ]; fhir:ReferralRequest.authoredOn [ fhir:value "2014-02-14"^^xsd:date]; fhir:ReferralRequest.requester [ fhir:ReferralRequest.requester.agent [ 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:ReferralRequest.specialty [ 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:ReferralRequest.recipient [ 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:ReferralRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "For consideration of Grommets" ] ]; fhir:ReferralRequest.description [ fhir:value "In the past 2 years Beverly has had 6 instances of r) sided Otitis media. She is falling behind her peers at school, and displaying some learning difficulties."] . # - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ReferralRequest/example.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://hl7.org/fhir/STU3/ReferralRequest/example.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.