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

FHIR IG analytics

Packagelaniado.test.fhir.r4
Resource TypeEncounter
IdEncounter-EncounterAdmissionExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "EncounterAdmissionExample",
  "meta": {
    "source": "http://atd.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/encounter-admission"
    ]
  },
  "extension": [
    {
      "valueCodeableConcept": {
        "text": "note text"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/encounter-reasonCancelled"
    },
    {
      "extension": [
        {
          "valueCoding": {
            "code": "5"
          },
          "url": "s-yechida"
        },
        {
          "valueCoding": {
            "code": "1"
          },
          "url": "s-yechida-shichrur"
        }
      ],
      "url": "http://fhir.laniado.org.il/StructureDefinition/ext-encounter-s-yechida"
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.laniado.org.il/Identifier/mispar-ishpuz",
      "value": "2023012345"
    }
  ],
  "subject": {
    "reference": "Patient/1"
  },
  "type": [
    {
      "coding": [
        {
          "code": "305335007",
          "system": "http://snomed.info/sct",
          "display": "Admission to establishment"
        }
      ]
    }
  ],
  "status": "cancelled",
  "class": {
    "code": "AMB",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "ambulatory"
  }
}