Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: Referral Letter - JSON Representation

Raw json | Download

{
  "resourceType" : "Composition",
  "id" : "Composition-ReferralLetter-JackDawkins",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Composition Composition-ReferralLetter-JackDawkins</b></p><a name=\"Composition-ReferralLetter-JackDawkins\"> </a><a name=\"hcComposition-ReferralLetter-JackDawkins\"> </a><a name=\"Composition-ReferralLetter-JackDawkins-en-GB\"> </a><p><b>status</b>: Final</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 25611000000107}\">Referral letter</span></p><p><b>date</b>: 2024-10-13 10:33:00+0000</p><p><b>author</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.r4.ukcore.stu2@2.1.0&amp;canonical=https://example.nhs.uk/Device/TransformationService\">Example NHS Trust Transformation Service</a></p><p><b>title</b>: Composition Referral Letter Jack Dawkins</p></div>"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "25611000000107",
        "display" : "Referral letter"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:d6faafcf-db64-4c11-9da8-25f36774c1bd",
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9912003888"
    },
    "display" : "Jack DAWKINS"
  },
  "date" : "2024-10-13T10:33:00+00:00",
  "author" : [
    {
      "reference" : "https://example.nhs.uk/Device/TransformationService",
      "display" : "Example NHS Trust Transformation Service"
    }
  ],
  "title" : "Composition Referral Letter Jack Dawkins",
  "section" : [
    {
      "title" : "Problems",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "11450-4",
            "display" : "Problem list - Reported"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Dyspnoea</li></ul></div>"
      },
      "entry" : [
        {
          "reference" : "urn:uuid:c64139e7-f02d-409c-bf34-75e8bf23bc80"
        }
      ]
    },
    {
      "title" : "Medication Summary",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "10160-0",
            "display" : "History of Medication use Narrative"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Aspirin</li></ul></div>"
      }
    },
    {
      "title" : "Allergies and Intolerances",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "48765-2",
            "display" : "Allergies and adverse reactions Document"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Nil</li></ul></div>"
      }
    },
    {
      "title" : "Advance Directives",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "42348-3"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><th></th><th></th></tr></thead><tbody></tbody></table></div>"
      }
    },
    {
      "title" : "Alerts",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "104605-1"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><th></th><th></th></tr></thead><tbody></tbody></table></div>"
      }
    },
    {
      "title" : "Individual Requirements (PRSB)",
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "1078911000000106"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><th></th><th></th></tr></thead><tbody></tbody></table></div>"
      }
    },
    {
      "title" : "Results",
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "18776-5"
          }
        ]
      },
      "text" : {
        "status" : "generated",
        "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><thead><tr><th></th><th></th></tr></thead><tbody></tbody></table></div>"
      }
    }
  ]
}