FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/jurisdiction

Packagehl7.terminology
TypeValueSet
Idjurisdiction
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/ValueSet-jurisdiction.html
URLhttp://terminology.hl7.org/ValueSet/jurisdiction
Version1.0.0
Statusactive
Date2024-02-20T21:40:00+10:00
NameJurisdictionValueSet
TitleJurisdiction ValueSet
Realmuv
Authorityhl7
DescriptionThis value set defines a base set of codes for country, country subdivision and region for indicating where a resource is intended to be used. Note: The codes for countries and country subdivisions are taken from [ISO 3166](https://www.iso.org/iso-3166-country-codes.html) while the codes for "supra-national" regions are from [UN Standard country or area codes for statistical use (M49)](http://unstats.un.org/unsd/methods/m49/m49.htm).
CopyrightThis material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

StructureDefinition
artifact-jurisdictionArtifact Jurisdiction
individual-recordedSexOrGenderPerson Recorded Sex Or Gender
individual-recordedSexOrGenderPerson Recorded Sex Or Gender
ValueSet
jurisdiction-extendedJurisdiction ValueSet - AU Extended

Resources that this resource uses

CodeSystem
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
urn:iso:std:iso:3166:-2ISO 3166-2 Codes for the representation of names of countries and their subdivisions — Part 2: Country subdivision code
urn:iso:std:iso:3166ISO 3166-1 Codes for the representation of names of countries and their subdivisions — Part 1: Country code
urn:iso:std:iso:3166:-2ISO 3166-2 Codes for the representation of names of countries and their subdivisions — Part 2: Country subdivision code

Narrative

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

Generated Narrative: ValueSet jurisdiction

Last updated: 2023-03-26 15:21:02+1100

Profile: Shareable ValueSet

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "jurisdiction",
  "meta": {
    "lastUpdated": "2023-03-26T15:21:02.749+11:00",
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "vocab"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 5
    }
  ],
  "url": "http://terminology.hl7.org/ValueSet/jurisdiction",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.11.21029"
    }
  ],
  "version": "1.0.0",
  "name": "JurisdictionValueSet",
  "title": "Jurisdiction ValueSet",
  "status": "active",
  "experimental": false,
  "date": "2024-02-20T21:40:00+10:00",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "This value set defines a base set of codes for country, country subdivision and region    for indicating where a resource is intended to be used.   \r\n   \r\n   Note: The codes for countries and country subdivisions are taken from    [ISO 3166](https://www.iso.org/iso-3166-country-codes.html)    while the codes for \"supra-national\" regions are from    [UN Standard country or area codes for statistical use (M49)](http://unstats.un.org/unsd/methods/m49/m49.htm).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This material derives from the HL7 Terminology THO. THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "urn:iso:std:iso:3166"
      },
      {
        "system": "urn:iso:std:iso:3166:-2"
      },
      {
        "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
        "filter": [
          {
            "property": "class",
            "op": "=",
            "value": "region"
          }
        ]
      }
    ]
  }
}