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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeObservation
IdNICE-BloodPressure-Example-01.json
FHIR VersionR3

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

Blood pressure measurement example
Measurement datetime2022-01-08 08:00:00
PatientP. Petersen
Hospital (number, converted at NICE)Amsterdam UMC - Locatie VUmc
Highest systolic Blood pressure in the first 24 hours after ICU admission142 mm[Hg]

Source1

{
  "resourceType": "Observation",
  "id": "NICE-BloodPressure-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-BloodPressure-2022Q1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/ValueSet/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    },
    {
      "url": "https://simplifier.net/nicefhirproject/nice-scoreday",
      "valueInteger": 1
    }
  ],
  "modifierExtension": [
    {
      "url": "https://simplifier.net/nicefhirproject/nice-ExtremeValueType.structuredefinition",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "H"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "context": {
    "reference": "Encounter/NICE-Encounter-01"
  },
  "effectiveDateTime": "2022-01-08T08:43:00+02:00",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 142,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}