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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeObservation
IdObservation-LabPatologia-CL-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: Observation LabPatologia-CL-Ejemplo

status: Final

category: Laboratorio

code: Glucosa en sangre venosa mixta

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

effective: 2015-06-04

performer: Organization Hospital Dr. Gustavo Fricke

value: 5.5 [mmol/L] (Details: UCUM codemmol/L = 'mmol/L')

note:

Nivel normal de glucosa en sangre venosa


Source1

{
  "resourceType": "Observation",
  "id": "LabPatologia-CL-Ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-resultado-laboratorio-patologico-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ],
      "text": "Laboratorio"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "100746-7",
        "display": "Glucose [Moles/volume] in Mixed venous blood"
      }
    ],
    "text": "Glucosa en sangre venosa mixta"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "effectiveDateTime": "2015-06-04",
  "performer": [
    {
      "reference": "Organization/OrganizationHospital-CL-Ejemplo"
    }
  ],
  "valueQuantity": {
    "value": 5.5,
    "unit": "[mmol/L]",
    "system": "http://unitsofmeasure.org",
    "code": "mmol/L"
  },
  "note": [
    {
      "text": "Nivel normal de glucosa en sangre venosa"
    }
  ]
}