FHIR IG analytics| Package | il.laniado.fhir.r4 |
| Resource Type | Observation |
| Id | Observation-obs-triage-01.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Observation",
"id": "obs-triage-01",
"meta": {
"source": "http://emr.laniado.org.il",
"profile": [
"http://fhir.laniado.org.il/StructureDefinition/observation-triage"
]
},
"identifier": [
{
"system": "http://fhir.laniado.org.il/Identifier/miun-triage",
"value": "TRIAGE-20240115-001"
}
],
"performer": [
{
"reference": "Practitioner/LaniadoPractitionerExample"
}
],
"status": "final",
"code": {
"coding": [
{
"code": "75636-1",
"system": "http://loinc.org",
"display": "Emergency severity index [ESI]"
}
]
},
"subject": {
"reference": "Patient/LaniadoPatientExample"
},
"encounter": {
"reference": "Encounter/enc-adm-01"
},
"effectiveDateTime": "2024-01-15T08:05:00+02:00",
"valueInteger": 2
}