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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeObservation
IdObservation-connectdtx-vitalsigns-observation-example.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 "connectdtx-vitalsigns-observation-example"

Profile: ConnectDTx Vital Signs Observation

status: final

category: Vital Signs (ObservationCategory#vital-signs)

code: Vital signs, weight, height, head circumference, oxygen saturation and BMI panel (LOINC#85353-1)

subject: Patient/connectdtx-patient-example ""

effective: 2000-01-01 11:00:00+0900

dataAbsentReason: Not Applicable (DataAbsentReason#not-applicable)

component

code: Body height (LOINC#8302-2)

value: 173 cm (Details: UCUM code cm = 'cm')

component

code: Body weight (LOINC#29463-7)

value: 68 kg (Details: UCUM code kg = 'kg')

component

code: Systolic blood pressure (LOINC#8480-6)

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

component

code: Diastolic blood pressure (LOINC#8462-4)

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

component

code: Heart rate (LOINC#8867-4)

value: 72 /min (Details: UCUM code /min = '/min')

component

code: Body mass index (BMI) [Ratio] (LOINC#39156-5)

value: 22.72 kg/m2 (Details: UCUM code kg/m2 = 'kg/m2')


Source1

{
  "resourceType": "Observation",
  "id": "connectdtx-vitalsigns-observation-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-vitalsigns-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationCategory",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85353-1",
        "display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/connectdtx-patient-example"
  },
  "effectiveDateTime": "2000-01-01T11:00:00+09:00",
  "dataAbsentReason": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code": "not-applicable",
        "display": "Not Applicable"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8302-2",
            "display": "Body height"
          }
        ]
      },
      "valueQuantity": {
        "value": 173,
        "system": "http://unitsofmeasure.org",
        "code": "cm"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "29463-7",
            "display": "Body weight"
          }
        ]
      },
      "valueQuantity": {
        "value": 68,
        "system": "http://unitsofmeasure.org",
        "code": "kg"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 118,
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 62,
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8867-4",
            "display": "Heart rate"
          }
        ]
      },
      "valueQuantity": {
        "value": 72,
        "system": "http://unitsofmeasure.org",
        "code": "/min"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "39156-5",
            "display": "Body mass index (BMI) [Ratio]"
          }
        ]
      },
      "valueQuantity": {
        "value": 22.72,
        "system": "http://unitsofmeasure.org",
        "code": "kg/m2"
      }
    }
  ]
}