FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeEncounter
IdUKCore-Encounter-InpatientEncounter-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

An example to illustrate an inpatient encounter

Source1

{
  "resourceType": "Encounter",
  "id": "UKCore-Encounter-InpatientEncounter-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-DischargeMethod",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeMethodEngland",
            "code": "1",
            "display": "Patient discharged on clinical advice or with clinical consent"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "6f40cebe-7b55-461d-9d7f-eadb4c065762"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "185212007",
          "display": "Seen in hospital ward"
        }
      ]
    }
  ],
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "ATND",
              "display": "attender"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
      }
    }
  ],
  "period": {
    "start": "2019-12-10T13:00:00+00:00",
    "end": "2019-12-11T13:00:00+00:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "7922000",
          "display": "General treatment"
        }
      ]
    }
  ],
  "hospitalization": {
    "extension": [
      {
        "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-AdmissionMethod",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-AdmissionMethodEngland",
              "code": "13",
              "display": "Elective Admission: Planned"
            }
          ]
        }
      }
    ],
    "dischargeDisposition": {
      "coding": [
        {
          "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-DischargeDestinationEngland",
          "code": "19",
          "display": "Usual place of residence unless listed below, for example, a private dwelling whether owner occupied or owned by Local Authority, housing association or other landlord. This includes wardened accommodation but not residential accommodation where health care is provided. It also includes Patients with no fixed abode."
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/UKCore-Location-CardiologySJUH-Example"
      }
    }
  ],
  "serviceProvider": {
    "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
  }
}