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

FHIR IG analytics

Packagehl7.fhir.uv.howto
Resource TypeObservation
IdObservation-7a8f6e66-65e7-4e08-9f23-c000e72d063a.json
FHIR VersionR5

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 7a8f6e66-65e7-4e08-9f23-c000e72d063a

status: Entered in Error

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Jeff Smith Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)

encounter: Encounter: status = completed

effective: 2024-04-13

component

code: Systolic blood pressure

value: 140 /min (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "7a8f6e66-65e7-4e08-9f23-c000e72d063a",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "entered-in-error",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/47234"
  },
  "encounter": {
    "reference": "Encounter/1"
  },
  "effectiveDateTime": "2024-04-13",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          }
        ]
      },
      "valueQuantity": {
        "value": 140,
        "unit": "/min",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          }
        ]
      },
      "valueQuantity": {
        "value": 90,
        "unit": "[lb_av]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}