HL7 FHIR Implementation Guide: DK Core
1.1.0 - release

This page is part of the HL7 FHIR Implementation Guide: DK Core (v1.1.0: Release) based on FHIR R4. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions

: CPR Identifier - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "dk-core-cpr-identifier-system",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-dk-core-cpr-identifier-system.html\"><code>http://hl7.dk/fhir/core/CodeSystem/dk-core-cpr-identifier-system</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-dk-core-cpr-identifier-system.html#dk-core-cpr-identifier-system-urn.58oid.581.462.46208.46176.461.462\">urn:oid:1.2.208.176.1.2</a></td><td>OID representation of CPR</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.dk/fhir/core/ValueSet/dk-core-cpr-identifier-system",
  "version" : "1.1.0",
  "name" : "DkCoreValidIdentifier",
  "title" : "CPR Identifier",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-11-01T09:29:23+11:00",
  "publisher" : "HL7 Denmark",
  "contact" : [
    {
      "name" : "HL7 Denmark",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.dk"
        },
        {
          "system" : "email",
          "value" : "jenskristianvilladsen@gmail.com"
        }
      ]
    }
  ],
  "description" : "This value set defines the set of codes that can be used to identify the danish CPR system.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "DK",
          "display" : "Denmark"
        }
      ]
    }
  ],
  "copyright" : "CC-BY-SA-4.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.dk/fhir/core/CodeSystem/dk-core-cpr-identifier-system",
        "concept" : [
          {
            "code" : "urn:oid:1.2.208.176.1.2",
            "display" : "OID representation of CPR"
          }
        ]
      }
    ]
  }
}