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

FHIR IG analytics

Packageuk.nhsdigital.bars.r4
Resource TypeObservation
IdEstAge Observation1.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": "9c2b9f44-154a-42d3-9b43-d2fba2fb4c85",
  "meta": {
    "lastUpdated": "2021-11-26T15:00:00+00:00",
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Observation"
    ]
  },
  "status": "final",
  "code": {
    "text": "Patient Estimated Age"
  },
  "subject": {
    "reference": "urn:uuid:9589fb37-87a2-48d8-968f-b371429208a8"
  },
  "effectiveDateTime": "2021-11-26T15:00:00+00:00",
  "valueQuantity": {
    "value": 32,
    "unit": "years",
    "system": "https://ucum.org/trac",
    "code": "year"
  }
}