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

FHIR IG analytics

Packagestjohn.ambulance-care-summary
Resource TypeObservation
IdObservation-acs-cda-patient-age.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


Source1

{
  "resourceType": "Observation",
  "id": "acs-cda-patient-age",
  "meta": {
    "profile": [
      "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/acs-patient-age"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/StructureDefinition/age-estimated",
      "valueBoolean": false
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "30525-0",
        "display": "Age"
      }
    ]
  },
  "subject": {
    "reference": "Patient/acs-cda-patient-bob"
  },
  "encounter": {
    "reference": "Encounter/acs-cda-encounter"
  },
  "effectiveDateTime": "2016-06-14T11:13:00+12:00",
  "valueQuantity": {
    "value": 30,
    "system": "http://unitsofmeasure.org",
    "code": "a"
  }
}