BC Client Registry FHIR Implementation Guide
1.0.0 - Build CI Canada flag

BC Client Registry FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-MergePatient-Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-MergePatient-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Anonymous Patient</b> (no stated gender), DoB Unknown ( Account number/8375493847\u00a0(use:\u00a0official))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>This record replaces: <span>Account number/123345654\u00a0(use:\u00a0official)</span></li><li>This record replaces: <span>Account number/123345654\u00a0(use:\u00a0secondary)</span></li><li>This record replaces: <span>Account number/123345654\u00a0(use:\u00a0secondary)</span></li><li>This record replaces: <span>Jurisdictional health number/9876543210\u00a0(use:\u00a0official)</span></li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "extension" : [
        {
          "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension",
          "valueCode" : "active"
        }
      ],
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "AN"
          }
        ]
      },
      "system" : "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-iha-iha-source-patient-id",
      "value" : "8375493847"
    }
  ],
  "active" : true,
  "link" : [
    {
      "extension" : [
        {
          "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-status-extension",
          "valueCode" : "cancelled"
        }
      ],
      "other" : {
        "identifier" : {
          "extension" : [
            {
              "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension",
              "valueCode" : "active"
            }
          ],
          "use" : "official",
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "AN"
              }
            ]
          },
          "system" : "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-iha-iha-source-patient-id",
          "value" : "123345654"
        }
      },
      "type" : "replaces"
    },
    {
      "extension" : [
        {
          "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-status-extension",
          "valueCode" : "cancelled"
        }
      ],
      "other" : {
        "identifier" : {
          "extension" : [
            {
              "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension",
              "valueCode" : "active"
            }
          ],
          "use" : "secondary",
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "AN"
              }
            ]
          },
          "system" : "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-vpp-cw-source-patient-id",
          "value" : "123345654"
        }
      },
      "type" : "replaces"
    },
    {
      "extension" : [
        {
          "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-status-extension",
          "valueCode" : "obsolete"
        }
      ],
      "other" : {
        "identifier" : {
          "extension" : [
            {
              "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension",
              "valueCode" : "active"
            }
          ],
          "use" : "secondary",
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "AN"
              }
            ]
          },
          "system" : "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-vpp-cw-source-patient-id",
          "value" : "123345654"
        }
      },
      "type" : "replaces"
    },
    {
      "extension" : [
        {
          "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-status-extension",
          "valueCode" : "obsolete"
        }
      ],
      "other" : {
        "identifier" : {
          "use" : "official",
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "JHN"
              }
            ]
          },
          "system" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id",
          "value" : "9876543210"
        }
      },
      "type" : "replaces"
    }
  ]
}