FHIR IG analytics
Resources that use this resource
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 404684003 (Clinical finding (finding))
Source1
{
"resourceType": "ValueSet",
"id": "acs-encounter-diagnosis-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir-ig.digital.health.nz/ambulance-care-summary/ValueSet/acs-encounter-diagnosis-vs",
"version": "0.1.0",
"name": "AcsEncounterDiagnosisVS",
"title": "ACS Encounter Diagnosis 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": "Clinical impressions / diagnoses (NZ Emergency Care Reference Set). Broad clinical-finding 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": "404684003"
}
]
}
]
}
}