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

FHIR IG analytics

Packagehl7.fhir.cl.clcore
Resource TypeObservation
IdObservation-observacion-signos-vitales-ejemplo.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observación observacion-signos-vitales-ejemplo

status: Registered

category: Vital Signs

code: Saturación de oxígeno: Sangre arterial : Punto temporal: Fracción de masa: Cuantitativo:

subject: Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))

encounter: Encounter: status = planned; class = virtual (ActCode#VR); type = Programada; serviceType = Medicina General; period = 2022-06-23 00:00:00-0300 --> 2022-06-23 00:50:00-0300

effective: 2024-01-17 15:00:00-0300

performer: Practitioner María Luisa Soto (official)

value: 91 % (Details: UCUM code% = '%')


Source1

{
  "resourceType": "Observation",
  "id": "observacion-signos-vitales-ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-signos-vitales"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "registered",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2708-6",
        "display": "Saturación de oxígeno: Sangre arterial : Punto temporal: Fracción de masa: Cuantitativo:"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PacienteCL"
  },
  "encounter": {
    "reference": "Encounter/EjemploEncounterCL"
  },
  "effectiveDateTime": "2024-01-17T15:00:00-03:00",
  "performer": [
    {
      "reference": "Practitioner/EjemploPrestadorCL2"
    }
  ],
  "valueQuantity": {
    "value": 91,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}