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

FHIR IG analytics

Packageactnow.canshare.co.nz
Resource TypeObservation
IdObservation-ExObservationWeight.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

Weight 80 kg

Source1

{
  "resourceType": "Observation",
  "id": "ExObservationWeight",
  "meta": {
    "profile": [
      "http://canshare.co.nz/fhir/StructureDefinition/an-weight"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://canshare.co.nz/identifiers",
      "value": "weight-1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct/21000210109",
        "code": "27113001"
      },
      {
        "system": "http://loinc.org",
        "code": "29463-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/exPatient"
  },
  "effectiveDateTime": "2020-01-01",
  "valueQuantity": {
    "value": 80,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}