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

FHIR IG analytics

Packagecsiro.fhir.au.smartforms
Resource TypeObservation
IdObservation-BloodPressure-pat-sf.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 BloodPressure-pat-sf

status: Final

category: Vital Signs

code: Blood pressure

subject: Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --> 2024-08))

effective: 2025-08-15

component

code: Systolic

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

component

code: Diastolic

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


Source1

{
  "resourceType": "Observation",
  "id": "BloodPressure-pat-sf",
  "meta": {
    "profile": [
      "https://smartforms.csiro.au/ig/StructureDefinition/SHCBloodPressure"
    ]
  },
  "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/pat-sf"
  },
  "effectiveDateTime": "2025-08-15",
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "271649006"
          }
        ],
        "text": "Systolic"
      },
      "valueQuantity": {
        "value": 170,
        "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": 90,
        "unit": "mm[Hg]",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}