FHIR IG analytics| Package | laniado.test.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": {
"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"
}
}