FHIR IG analytics| Package | il.laniado.fhir.r4 |
| Resource Type | Encounter |
| Id | Encounter-EncounterAdmissionExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Encounter",
"id": "EncounterAdmissionExample",
"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": [
{
"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"
}
],
"serviceType": {
"coding": [
{
"code": "286",
"system": "http://terminology.hl7.org/CodeSystem/service-type"
}
]
},
"subject": {
"reference": "Patient/1"
},
"period": {
"start": "2024-01-15T08:30:00+02:00"
},
"type": [
{
"coding": [
{
"system": "http://fhir.health.gov.il/cs/il-core-encounter-type",
"code": "hospitalization-hdp"
}
]
}
],
"status": "cancelled",
"class": {
"code": "AMB",
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"display": "ambulatory"
},
"serviceProvider": {
"reference": "Organization/01604"
}
}