FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageil.laniado.fhir.r4
Resource TypeObservation
IdObservation-obs-triage-01.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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
}