Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OHH Patient Identifier Type - JSON Representation

Active as of 2025-12-03

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ohh-patient-identifier-type-value-set",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ohh-patient-identifier-type-value-set</b></p><a name=\"ohh-patient-identifier-type-value-set\"> </a><a name=\"hcohh-patient-identifier-type-value-set\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-identifier-type.html\">IdentifierType</a></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v2-0203.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0203</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 5.0.0, the version found through the package references\"> version &#x1F4E6;5.0.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.0.0/CodeSystem-v2-0203.html#v2-0203-PT\">PT</a></td><td>Patient external identifier</td><td>Patient external identifier</td></tr></table></li></ul></div>"
  },
  "url" : "https://api.openhealthhub.com/OpenHealthhub/fhir/4/ValueSet/ohh-patient-identifier-type-value-set",
  "version" : "0.1.0",
  "name" : "OhhPatientIdentifierTypeValueSet",
  "title" : "OHH Patient Identifier Type Value Set",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-03T12:00:57+00:00",
  "publisher" : "Open Health Hub",
  "contact" : [
    {
      "name" : "Open Health Hub",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.openhealthhub.com"
        },
        {
          "system" : "email",
          "value" : "support@openhealthhub.com"
        }
      ]
    }
  ],
  "description" : "Extend the default identifier type with the PT value for identifiers without system",
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          🔗 "http://hl7.org/fhir/ValueSet/identifier-type"
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept" : [
          {
            "code" : "PT",
            "display" : "Patient external identifier"
          }
        ]
      }
    ]
  }
}