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

FHIR IG analytics

Packageil.laniado.fhir.r4
Resource TypeEncounter
IdEncounter-enc-dep-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-dep-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-department"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.laniado.org.il/Identifier/encounter-department",
      "value": "202300015-20240115-083000"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
          "code": "inpatient-care-segment-hdp"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/service-type",
        "code": "286"
      }
    ]
  },
  "subject": {
    "reference": "Patient/LaniadoPatientExample"
  },
  "participant": [
    {
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code": "REF"
            }
          ]
        }
      ],
      "individual": {
        "reference": "Practitioner/LaniadoPractitionerExample"
      }
    }
  ],
  "period": {
    "start": "2024-01-15T08:30:00+02:00",
    "end": "2024-01-20T11:30:00+02:00"
  },
  "location": [
    {
      "physicalType": {
        "coding": [
          {
            "system": "http://fhir.health.gov.il/cs/il-core-location-physical-type",
            "code": "hospital-nursing-unit"
          }
        ]
      },
      "location": {
        "reference": "Location/dep-10011"
      },
      "status": "active"
    }
  ],
  "status": "finished",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "display": "inpatient encounter"
  },
  "partOf": {
    "reference": "Encounter/enc-adm-01"
  },
  "serviceProvider": {
    "reference": "Organization/01604"
  }
}