FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| stjohn.ambulance-care-summary#current | acs-procedure | ACS Procedure |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include codes from
http://snomed.info/sct version Not Stated (use latest from terminology server) where concept is-a 71388002 (Procedure)
Source1
{
"resourceType": "ValueSet",
"id": "acs-procedure-type-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-procedure-type-vs",
"version": "0.1.0",
"name": "AcsProcedureTypeVS",
"title": "ACS Procedure Type 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": "Type of procedure or intervention performed (HISO 10052:2026 §2.8). Procedure subset in this draft.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "NZ",
"display": "New Zealand"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"filter": [
{
"property": "concept",
"op": "is-a",
"value": "71388002"
}
]
}
]
}
}