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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeObservation
Idexample-SPOClinicalInformationResponse-Observation-bodyWeight.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": "example-SPOClinicalInformationResponse-Observation-bodyWeight",
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/799999"
  },
  "effectiveDateTime": "2021-04-20T18:41:51.1588122Z",
  "valueQuantity": {
    "value": 112.74,
    "unit": "pounds",
    "system": "http://unitsofmeasure.org",
    "code": "[lb_av]"
  }
}