HIP FHIR Common Terminology Guide
1.2.0 - Release

HIP FHIR Common Terminology Guide - Local Development build (v1.2.0). See the Directory of published versions

: NZ Citizenship Information Source - JSON Representation

Active as of 2020-04-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "nhi-citizenship-source-1.1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include codes from <a href=\"https://fhir.org.nz/ig/base//CodeSystem-information-source.html\"><code>https://standards.digital.health.nz/ns/information-source-code</code></a> where code  in  DIA,PPRT,NZCT,BRCT,NPRF</li></ul></div>"
  },
  "url" : "https://nzhts.digital.health.nz/fhir/ValueSet/nz-citizenship-source-code",
  "version" : "1.1",
  "name" : "Nhi_citizenship_source",
  "title" : "NZ Citizenship Information Source",
  "status" : "active",
  "experimental" : false,
  "date" : "2020-04-20T00:00:00+13:00",
  "publisher" : "Te Whatu Ora",
  "contact" : [
    {
      "name" : "Te Whatu Ora",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:integration@health.govt.nz"
        }
      ]
    }
  ],
  "description" : "A coded type for the source of information for NZ citizenship.",
  "purpose" : "A coded type for the source of information for NZ citizenship.",
  "compose" : {
    "include" : [
      {
        "system" : "https://standards.digital.health.nz/ns/information-source-code",
        "filter" : [
          {
            "property" : "code",
            "op" : "in",
            "value" : "DIA,PPRT,NZCT,BRCT,NPRF"
          }
        ]
      }
    ]
  }
}