FHIR IG analytics| Package | il.core.fhir.r4 |
| Resource Type | Encounter |
| Id | Encounter-community-consultation.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Encounter",
"id": "community-consultation",
"meta": {
"profile": [
"http://fhir.health.gov.il/StructureDefinition/il-core-encounter"
]
},
"extension": [
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-encounter-paying-entity",
"valueCodeableConcept": {
"coding": [
{
"code": "101",
"system": "http://fhir.health.gov.il/cs/paying-entity-moh",
"display": "קופת חולים כללית"
}
]
}
},
{
"url": "http://fhir.health.gov.il/StructureDefinition/ext-movement-number",
"valueString": "12345"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/encounter-modeOfArrival",
"valueCoding": {
"code": "W",
"display": "Walk-in"
}
}
],
"text": {
"div": "<!-- snip (see above) -->",
"status": "generated"
},
"identifier": [
{
"system": "http://fhir.community-emr.co.il/identifier/entity-id/encounter",
"value": "234234234"
}
],
"status": "in-progress",
"class": {
"code": "COMMUNITY-OR-HMO",
"system": "http://fhir.health.gov.il/cs/il-core-encounter-class",
"display": "Community Care/HMO setting"
},
"type": [
{
"coding": [
{
"code": "11429006",
"system": "http://snomed.info/sct",
"display": "Consultation"
}
]
}
],
"serviceType": {
"coding": [
{
"code": "310116007",
"system": "http://snomed.info/sct",
"display": "Psychiatry service"
}
]
},
"subject": {
"reference": "Patient/patient-israeli-with-statistical-area"
},
"participant": [
{
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code": "PPRF",
"display": "primary performer"
}
]
}
],
"individual": {
"reference": "Practitioner/practitioner-md"
}
}
],
"serviceProvider": {
"identifier": {
"system": "http://fhir.health.gov.il/identifier/legal-entity",
"value": "589902279"
},
"display": "מכבי שירותי בריאות"
},
"period": {
"start": "2024-10-01T09:00:00+02:00",
"end": "2024-10-01T09:45:00+02:00"
},
"location": [
{
"location": {
"reference": "Location/clinic-23"
},
"status": "completed"
}
],
"reasonCode": [
{
"coding": [
{
"code": "413839001",
"system": "http://snomed.info/sct",
"display": "Psychiatric consultation"
}
]
}
]
}