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

FHIR IG analytics

Packagehl7.org.nz.fhir.ig.cca
Resource TypeValueSet
IdValueSet-sact-administration-site-code.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7NZ/cca/ValueSet-sact-administration-site-code.html
URLhttps://standards.digital.health.nz/fhir/ValueSet/sact-administration-site-code
Version0.1.0
Statusactive
Date2026-05-21T02:29:02+00:00
NameLocationAdministration
TitleAdministration location
Realmnz
Authorityhl7
DescriptionThe physical location where the administration occurred - eg at home or in a clinic

Resources that use this resource

StructureDefinition
hl7.org.nz.fhir.ig.cca#currentsact-administration-siteLocationAdministration

Resources that this resource uses

CodeSystem
hl7.fhir.vn.core#currentsctSNOMED CT (all versions)

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet sact-administration-site-code


Source1

{
  "resourceType": "ValueSet",
  "id": "sact-administration-site-code",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://standards.digital.health.nz/fhir/ValueSet/sact-administration-site-code",
  "version": "0.1.0",
  "name": "LocationAdministration",
  "title": "Administration location",
  "status": "active",
  "date": "2026-05-21T02:29:02+00:00",
  "publisher": "Te Aho o Te Kahu, Cancer Control Agency",
  "description": "The physical location where the administration occurred - eg at home or in a clinic",
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "264362003",
            "display": "Home"
          },
          {
            "code": "702931005",
            "display": "Oncology clinic"
          }
        ]
      }
    ]
  }
}