FHIR IG analytics| Package | il.laniado.fhir.r4 |
| Resource Type | Encounter |
| Id | Encounter-enc-dep-01.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"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"
}
}