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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeEncounter
IdNICE-Encounter-Example-02.json
FHIR VersionR3

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

ICU Encounter. The Encounter is part of a parent encounter in which the hospital admission and discharge times are registered (NICE-Encounter-Example-01)
ICU admission2022-01-06
ICU discharge2022-01-12
PatientP. Petersen
Admission TypePlanned surgery
Referring SpecialismCardiology
Admission Source/OriginNursing ward same hospital
ICU Discharge destinationNursing home
ICU (number)INTENSIVE CARE - 7C

Source1

{
  "resourceType": "Encounter",
  "id": "NICE-Encounter-Example-02",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Encounter-2022Q1"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    }
  ],
  "status": "finished",
  "class": {
    "extension": [
      {
        "url": "https://simplifier.net/nictizstu3-zib2017/code-specification",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://fhir.stichting-nice.nl/NICE-codes",
              "code": "PLSU",
              "display": "Planned Surgery"
            }
          ]
        }
      }
    ]
  },
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://hl7.org/fhir/v3/ParticipationType",
              "code": "REF",
              "display": "Referrer"
            }
          ]
        }
      ],
      "individual": {
        "extension": [
          {
            "url": "https://simplifier.net/nictizstu3-zib2017/practitionerrole-reference",
            "valueReference": {
              "reference": "PractitionerRole/NICE-PractitionerRole-Example-01",
              "display": "A. Doc"
            }
          }
        ]
      }
    }
  ],
  "period": {
    "start": "2022-01-06T08:43:00+02:00",
    "end": "2022-01-12T10:43:00+02:00"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "https://fhir.stichting-nice.nl/NICE-codes",
          "code": "4",
          "display": "Nursing ward same hospital"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "42665001",
          "display": "Nursing home"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "Organization/nl-core-organization-02",
    "display": "INTENSIVE CARE - 7C"
  },
  "partOf": {
    "reference": "Encounter/NICE-Encounter-Example-01"
  }
}