Tiro.health Implementation Guide
0.1.0 - ci-build

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

: Patient Identifier - JSON Representation

Active as of 2025-05-02

Raw json | Download

{
  "resourceType" : "NamingSystem",
  "id" : "PatientIdentifier",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: NamingSystem PatientIdentifier</b></p><a name=\"PatientIdentifier\"> </a><a name=\"hcPatientIdentifier\"> </a><h3>Summary</h3><table class=\"grid\"><tr><td>Defining URL</td><td>http://fhir.tiro.health/NamingSystem/PatientIdentifier</td></tr><tr><td>Version</td><td>0.1.0</td></tr><tr><td>Name</td><td>PatientIdentifier</td></tr><tr><td>Title</td><td>Patient Identifier</td></tr><tr><td>Status</td><td>active</td></tr><tr><td>Publisher</td><td>Tiro.health</td></tr></table><h3>Identifiers</h3><table class=\"grid\"><tr><td><b>Type</b></td><td><b>Value</b></td><td><b>Preferred</b></td></tr><tr><td>URI</td><td>http://tiro.health/fhir/NamingSystem/patient-id</td><td>true</td></tr></table></div>"
  },
  "url" : "http://fhir.tiro.health/NamingSystem/PatientIdentifier",
  "version" : "0.1.0",
  "name" : "PatientIdentifier",
  "title" : "Patient Identifier",
  "status" : "active",
  "kind" : "identifier",
  "date" : "2025-05-02T13:45:00+01:00",
  "publisher" : "Tiro.health",
  "contact" : [
    {
      "name" : "Tiro.health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://tiro.health"
        }
      ]
    }
  ],
  "uniqueId" : [
    {
      "type" : "uri",
      "value" : "http://tiro.health/fhir/NamingSystem/patient-id",
      "preferred" : true
    }
  ]
}