This page is part of the Quality Improvement Core Framework (v2.0.0: STU 2) based on FHIR R3. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions

Example: ReferralRequest-qicore-referralrequest-example

Formats: XML, JSON, Turtle

{
  "resourceType" : "ReferralRequest",
  "id" : "qicore-referralrequest-example",
  "text" : {
    "status" : "generated",
    "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>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/referralrequest-reasonRefused",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "609589008",
            "display" : "Refused by parents of subject"
          }
        ]
      }
    }
  ],
  "status" : "cancelled",
  "intent" : "order",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "700274009",
        "display" : "Referral for procedure"
      }
    ]
  },
  "priority" : "routine",
  "serviceRequested" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "172676009",
          "display" : "Myringotomy and insertion of short-term tympanic ventilation tube (procedure)"
        }
      ]
    }
  ],
  "subject" : {
    "reference" : "Patient/qicore-patient-example"
  },
  "context" : {
    "reference" : "Encounter/qicore-encounter-example"
  },
  "occurrenceDateTime" : "2014-02-13",
  "authoredOn" : "2014-02-14",
  "specialty" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "417887005",
        "display" : "Pediatric otolaryngology"
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "65363002",
          "display" : "Otitis media"
        }
      ]
    }
  ]
}