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

FHIR IG analytics

Packagekl.dk.fhir.ffinst
Resource TypeObservation
IdObservation-HeleneBloodPressure.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

Resource Observation "HeleneBloodPressure"

Profile: Blood pressure

AssociatedConditions: Cardiovascular finding (SNOMED CT#106063007)

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Blood pressure panel with all children optional (LOINC#85354-9; SNOMED CT#75367002)

subject: Patient/Helene " MARKUSSEN"

effective: 2019-01-09 17:45:00+0000

performer: Practitioner/AbrahamFraAkutSygeplejen " MURAKAMI"

method: Ingen problemer med test-setup og borgers udførelse (KLToolsCodes#4a069078-c3c3-4c67-899d-4e8876026f48Ja; SNOMED CT#272391002)

component

code: Systolic blood pressure (LOINC#8480-6; SNOMED CT#407554009)

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

component

code: Diastolic blood pressure (LOINC#8462-4; SNOMED CT#407555005)

value: 80 mmHg (Details: UCUM code mm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "HeleneBloodPressure",
  "meta": {
    "profile": [
      "http://fhir.kl.dk/ffinst/StructureDefinition/KLToolsCareBloodPressure"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.kl.dk/ffinst/StructureDefinition/AssociatedConditions",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "106063007"
          }
        ]
      }
    }
  ],
  "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"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Helene"
  },
  "effectiveDateTime": "2019-01-09T17:45:00.000Z",
  "performer": [
    {
      "reference": "Practitioner/AbrahamFraAkutSygeplejen"
    }
  ],
  "method": {
    "coding": [
      {
        "system": "http://fhir.kl.dk/ffinst/CodeSystem/KLToolsCodes",
        "code": "4a069078-c3c3-4c67-899d-4e8876026f48Ja"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "272391002"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "407554009"
          }
        ]
      },
      "valueQuantity": {
        "value": 128,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "407555005"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}