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

FHIR IG analytics

Packagehl7.fhir.us.vitals
Resource TypeObservation
IdObservation-VitalSignsPanel-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 VitalSignsPanel-example

status: Final

category: Vital Signs

code: Vital signs, weight, height, head circumference, oxygen saturation and BMI panel

subject: OldMan 1234

effective: 2020-10-16 12:30:00+1000 --> 2020-10-17 12:30:00+1000

issued: 2020-10-17 12:35:00+1000

performer: OldMan 1234

hasMember:


Source1

{
  "resourceType": "Observation",
  "id": "VitalSignsPanel-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/vital-signs-panel"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85353-1",
        "display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      }
    ]
  },
  "subject": {
    "display": "OldMan 1234"
  },
  "effectivePeriod": {
    "start": "2020-10-16T12:30:00+10:00",
    "end": "2020-10-17T12:30:00+10:00"
  },
  "issued": "2020-10-17T12:35:00+10:00",
  "performer": [
    {
      "display": "OldMan 1234"
    }
  ],
  "hasMember": [
    {
      "reference": "Observation/oxygenSaturationPulseOx-example"
    },
    {
      "reference": "Observation/bodyWeight-example"
    },
    {
      "reference": "Observation/headCircumference-example"
    },
    {
      "reference": "Observation/height-example"
    },
    {
      "reference": "Observation/bodyLength-example"
    },
    {
      "reference": "Observation/bodyTemperature-example"
    },
    {
      "reference": "Observation/BloodPressurePanel-example"
    },
    {
      "reference": "Observation/heartRate-example"
    },
    {
      "reference": "Observation/respiratoryRate-example"
    },
    {
      "reference": "Observation/bmi-example"
    }
  ]
}