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

FHIR IG analytics

Packagecsiro.fhir.au.gpccmp
Resource TypeObservation
IdObservation-blood-pressure-foreman-caterina.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 blood-pressure-foreman-caterina

status: Final

category: Vital Signs

code: Blood pressure

subject: Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976386)

effective: 2025-11-25

component

code: Systolic

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

component

code: Diastolic

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


Source1

{
  "resourceType": "Observation",
  "id": "blood-pressure-foreman-caterina",
  "meta": {
    "profile": [
      "http://hl7.org.au/fhir/core/StructureDefinition/au-core-bloodpressure",
      "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPBloodPressure"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85354-9"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "75367002"
      }
    ],
    "text": "Blood pressure"
  },
  "subject": {
    "reference": "Patient/foreman-caterina"
  },
  "effectiveDateTime": "2025-11-25",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "271649006"
          }
        ],
        "text": "Systolic"
      },
      "valueQuantity": {
        "value": 128,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "271650006"
          }
        ],
        "text": "Diastolic"
      },
      "valueQuantity": {
        "value": 72,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}