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

FHIR IG analytics

Packagemyhie.v4
Resource TypeObservation
Idexample-vs-systolic-pekab40.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "pekab40-vs-systolicbp-single",
  "meta": {
    "profile": [
      "http://fhir.hie.moh.gov.my/StructureDefinition/Observation-systolic-bp-my-core"
    ],
    "source": "http://pekab40.moh.gov.my"
  },
  "identifier": [
    {
      "value": "pekab40-vs-systolicbp-single"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8480-6",
        "display": "systolic BP"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-NHSI-patient"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-pekab40"
  },
  "effectiveDateTime": "2022-06-25T10:30:20.000+08:00",
  "issued": "2022-06-25T10:30:20.000+08:00",
  "performer": [
    {
      "display": "Sn Saleha"
    }
  ],
  "valueQuantity": {
    "value": 80,
    "unit": "mm[Hg]",
    "system": "http://unitsofmeasure.org",
    "code": "mm[Hg]"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8357-6",
            "display": "Blood pressure method"
          }
        ]
      },
      "valueString": "standing"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "41904-4",
            "display": "Measurement site"
          }
        ]
      },
      "valueString": "Left arm"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8358-4",
            "display": "Device cuff size"
          }
        ]
      },
      "valueString": "medium"
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "41901-0",
            "display": "Type of device"
          }
        ]
      },
      "valueString": "mobile machine"
    }
  ]
}