FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| stjohn.ambulance-care-summary#current | acs-patient-age | ACS Patient Age |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.uv.xver-r5.r4.r4#0.0.1-snapshot-2 | unitsofmeasure.org | Unified Code for Units of Measure (UCUM) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://unitsofmeasure.org version Not Stated (use latest from terminology server)| Code | Display |
| d | day |
| mo | month |
| a | year |
Source1
{
"resourceType": "ValueSet",
"id": "acs-age-unit-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-age-unit-vs",
"version": "0.1.0",
"name": "AcsAgeUnitVS",
"title": "ACS Age Unit Value Set",
"status": "draft",
"experimental": true,
"date": "2026-06-29T21:15:26+00:00",
"publisher": "Health New Zealand | Te Whatu Ora",
"contact": [
{
"name": "Health New Zealand | Te Whatu Ora",
"telecom": [
{
"system": "url",
"value": "https://www.tewhatuora.govt.nz"
}
]
}
],
"description": "Unit of measure for patient age: day, month or year (UCUM).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"compose": {
"include": [
{
"system": "http://unitsofmeasure.org",
"concept": [
{
"code": "d",
"display": "day"
},
{
"code": "mo",
"display": "month"
},
{
"code": "a",
"display": "year"
}
]
}
]
}
}