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

FHIR IG analytics

Packagehl7.fhir.us.vitalsigns
Resource TypeObservation
IdObservation-heartRate-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

id: heartRate-example

meta:

category: Vital Signs

code: Heart rate

subject: Small Child1234

encounter: GP Visit

effective: Oct 16, 2019 9:12:29 PM

value: 120 {Beats}/min

bodySite: Structure of right ulnar artery

method: Impedance


Source1

{
  "resourceType": "Observation",
  "id": "heartRate-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/vitals/StructureDefinition/HeartRate"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/MeasurementDeviceExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "43770009",
            "display": "Doppler device"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/ExerciseAssociationExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "309604004",
            "display": "During exercise"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/vitals/StructureDefinition/BodyPositionExt",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "102538003",
            "display": "Recumbent body position"
          }
        ]
      }
    }
  ],
  "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": "8867-4",
        "display": "Heart rate"
      }
    ],
    "text": "Heart rate"
  },
  "subject": {
    "display": "Small Child1234"
  },
  "encounter": {
    "display": "GP Visit"
  },
  "effectiveDateTime": "2019-10-16T12:12:29-09:00",
  "valueQuantity": {
    "value": 120,
    "unit": "{Beats}/min",
    "system": "http://unitsofmeasure.org",
    "code": "{Beats}/min"
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "368505008",
        "display": "Structure of right ulnar artery"
      }
    ]
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "246263003",
        "display": "Impedance"
      }
    ]
  }
}