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-presion-sangre-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-presion-sangre-ejemplo

status: Registered

category: Vital Signs

code: Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:

subject: Xime Female, DoB: 1983-03-24

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)

component

code: sistólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:

value: 12.4 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: diastólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:

value: 8.2 mm[Hg] (Details: UCUM codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "observacion-signos-vitales-presion-sangre-ejemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/cl-core-presion-en-sangre"
    ]
  },
  "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": "85354-9",
        "display": "Panel de presión arterial con todos los niños opcional:Sistema arterial :Punto temporal:-:Cuantitativo:"
      }
    ]
  },
  "subject": {
    "reference": "Patient/PacienteCL"
  },
  "encounter": {
    "reference": "Encounter/EjemploEncounterCL"
  },
  "effectiveDateTime": "2024-01-17T15:00:00-03:00",
  "performer": [
    {
      "reference": "Practitioner/EjemploPrestadorCL2"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "sistólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:"
          }
        ]
      },
      "valueQuantity": {
        "value": 12.4,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "diastólico intravascular:presión:punto en el tiempo:sistema arterial:cuantitativo:"
          }
        ]
      },
      "valueQuantity": {
        "value": 8.2,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}