FHIR IG analytics| Package | stjohn.ambulance-care-summary |
| Resource Type | CodeSystem |
| Id | CodeSystem-acs-supply-method.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/daniel-thomson/ambulance-care-summary/CodeSystem-acs-supply-method.html |
| URL | https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-supply-method |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-06-29T21:15:26+00:00 |
| Name | AcsSupplyMethodCS |
| Title | ACS Medication Supply Method Code System |
| Realm | nz |
| Authority | national |
| Description | The method by which a medication is provided to a patient (HISO 10052:2026 §2.7 Supply method). |
| Content | complete |
| ValueSet | ||
| stjohn.ambulance-care-summary#current | acs-supply-method-vs | ACS Medication Supply Method Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem acs-supply-method
This case-sensitive code system https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-supply-method defines the following codes:
| Code | Display |
| administration | Administration of medication |
| dispensing | Dispensing medication |
{
"resourceType": "CodeSystem",
"id": "acs-supply-method",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/CodeSystem/acs-supply-method",
"version": "0.1.0",
"name": "AcsSupplyMethodCS",
"title": "ACS Medication Supply Method Code System",
"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": "The method by which a medication is provided to a patient (HISO 10052:2026 §2.7 Supply method).",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"caseSensitive": true,
"content": "complete",
"count": 2,
"concept": [
{
"code": "administration",
"display": "Administration of medication"
},
{
"code": "dispensing",
"display": "Dispensing medication"
}
]
}