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

FHIR IG analytics

Packageil.laniado.fhir.r4
Resource TypeEncounter
IdEncounter-enc-adm-01.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": "enc-adm-01",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "encounterInformation",
        "display": "ביקורים"
      }
    ],
    "source": "http://emr.laniado.org.il",
    "profile": [
      "http://fhir.laniado.org.il/StructureDefinition/encounter-admission"
    ]
  },
  "extension": [
    {
      "extension": [
        {
          "valueAnnotation": {
            "authorReference": {
              "reference": "Practitioner/LaniadoPractitionerExample"
            },
            "time": "2024-01-15T08:30:00+02:00",
            "text": "Patient admitted for chest pain evaluation."
          },
          "url": "note"
        },
        {
          "valueCoding": {
            "code": "1"
          },
          "url": "metapel"
        },
        {
          "valueCoding": {
            "code": "1"
          },
          "url": "k-heara"
        }
      ],
      "url": "http://fhir.laniado.org.il/StructureDefinition/ext-administrative-encounter-note"
    },
    {
      "extension": [
        {
          "valueCoding": {
            "code": "1"
          },
          "url": "s-yechida"
        },
        {
          "valueCoding": {
            "code": "1"
          },
          "url": "s-yechida-shichrur"
        }
      ],
      "url": "http://fhir.laniado.org.il/StructureDefinition/ext-encounter-s-yechida"
    },
    {
      "valueCoding": {
        "code": "3",
        "display": "עצמי"
      },
      "url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival"
    },
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/paying-entity-moh",
            "code": "101",
            "display": "קופת חולים כללית"
          }
        ]
      },
      "url": "http://fhir.health.gov.il/StructureDefinition/ext-encounter-paying-entity"
    }
  ],
  "identifier": [
    {
      "system": "http://fhir.laniado.org.il/Identifier/mispar-ishpuz",
      "value": "202300015"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
          "code": "hospitalization-hdp"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-type",
        "code": "286"
      }
    ]
  },
  "subject": {
    "reference": "Patient/LaniadoPatientExample"
  },
  "participant": [
    {
      "individual": {
        "reference": "Practitioner/LaniadoPractitionerExample"
      }
    }
  ],
  "period": {
    "start": "2024-01-15T08:00:00+02:00",
    "end": "2024-01-20T12:00:00+02:00"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://fhir.laniado.org.il/ValueSet/k-teluna",
          "code": "1"
        }
      ]
    }
  ],
  "hospitalization": {
    "destination": {
      "identifier": {
        "system": "http://institutions.health.gov.il/Institutions",
        "value": "01604"
      },
      "reference": "Organization/LaniadoOrganizationExample"
    }
  },
  "serviceProvider": {
    "reference": "Organization/01604"
  },
  "status": "finished",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "inpatient encounter"
  }
}