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

FHIR IG analytics

Packagehl7.fhir.dk.core
Resource TypeObservation
IdObservation-ElseBloodPressure.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 ElseBloodPressure

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Else Test Lauridsen(official) Female, DoB: 1991-02-02 ( urn:oid:1.2.208.176.1.2#0201919990)

effective: 2023-09-12 17:45:00+0000

performer: Practitioner Sidsel Andersen

method: måling

component

code: Systolic blood pressure

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

component

code: Diastolic blood pressure

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


Source1

{
  "resourceType": "Observation",
  "id": "ElseBloodPressure",
  "meta": {
    "profile": [
      "http://hl7.dk/fhir/core/StructureDefinition/dk-core-basic-observation"
    ]
  },
  "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",
        "version": "http://snomed.info/sct/554471000005108",
        "code": "75367002"
      }
    ]
  },
  "subject": {
    "reference": "Patient/else"
  },
  "effectiveDateTime": "2023-09-12T17:45:00.000Z",
  "performer": [
    {
      "reference": "Practitioner/SidselSygeplejerske"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/554471000005108",
        "code": "272391002",
        "display": "måling"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          },
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/554471000005108",
            "code": "407554009"
          }
        ]
      },
      "valueQuantity": {
        "value": 147,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          },
          {
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/554471000005108",
            "code": "407555005"
          }
        ]
      },
      "valueQuantity": {
        "value": 95,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}