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

FHIR IG analytics

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

CDMH Vital Signs Example


Source1

{
  "resourceType": "Observation",
  "id": "vitals-example",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Height Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a height example for the *Vitalsigns Profile*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-vital-signs"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-body-position",
      "valueCode": "02"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "extension": [
      {
        "id": "1",
        "url": "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-pcornet-vital-source",
        "valueCode": "PR"
      }
    ],
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8302-2",
        "display": "Body height"
      }
    ],
    "text": "height"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "encounter": {
    "display": "GP Visit"
  },
  "effectiveDateTime": "1999-07-02",
  "valueQuantity": {
    "value": 111.506,
    "unit": "cm",
    "system": "http://unitsofmeasure.org",
    "code": "cm"
  }
}