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

FHIR IG analytics

Packagenictiz.fhir.nl.r4.nl-core
Resource TypeEncounter
Idnl-core-Encounter-01.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

Contact. Status: onbekend
Type contact
Inpatient
Periode16 augustus 2012 - 19 augustus 2012
Participant
Healthcare professional (role), G.Z.M. de Wit
Locatie
Healthcare provider (location), St. Lucas Andreas Ziekenhuis
Opnamegegevens
  • Opname vanuit: Thuis
  • Ontslagwijze: Ziekenhuis

Source1

{
  "resourceType": "Encounter",
  "id": "nl-core-Encounter-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/nl-core-Encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "unknown",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "Inpatient"
  },
  "participant": [
    {
      "individual": {
        "reference": "PractitionerRole/nl-core-Encounter-01-PractitionerRole-01",
        "type": "PractitionerRole",
        "display": "Healthcare professional (role), G.Z.M. de Wit"
      }
    }
  ],
  "period": {
    "start": "2012-08-16",
    "end": "2012-08-19"
  },
  "hospitalization": {
    "admitSource": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "264362003",
          "display": "Thuis"
        }
      ]
    },
    "dischargeDisposition": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "22232009",
          "display": "Ziekenhuis"
        }
      ]
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/nl-core-Encounter-01-Location-01",
        "type": "Location",
        "display": "Healthcare provider (location), St. Lucas Andreas Ziekenhuis"
      }
    }
  ]
}