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

: Bundle-UpdatePatient-Request-Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "Bundle-UpdatePatient-Request-Example",
  "meta" : {
    "profile" : [
      🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-request-bundle"
    ]
  },
  "identifier" : {
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:uuid:e770dd20-7fe9-406f-a57c-52ed466f7a3b"
  },
  "type" : "collection",
  "timestamp" : "2011-09-13T16:11:43.000-07:00",
  "link" : [
    {
      "relation" : "self",
      "url" : "urn:uuid:98028b44-882a-4c72-8c92-b87d916147e1"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "urn:uuid:61061501-9953-4fba-87fe-6ae30e79da33",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "Parameters-UpdatePatient-Request-Example",
        "meta" : {
          "profile" : [
            🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in"
          ]
        },
        "parameter" : [
          {
            "name" : "messageId",
            "valueString" : "c087e71e-3e7e-4c22-a3ce-61523f600615"
          },
          {
            "name" : "messageDateTime",
            "valueDateTime" : "2015-02-07T13:29:17-08:00"
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:c789da11-0e78-4eb5-a9b2-d31d8249fd50",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "Patient-UpdatePatient-Request-Example",
        "meta" : {
          "profile" : [
            🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_Patient-UpdatePatient-Request-Example\"> </a><p><b>Generated Narrative: Patient </b><a name=\"Patient-UpdatePatient-Request-Example\"> </a><a name=\"hcPatient-UpdatePatient-Request-Example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">ResourcePatient &quot;Patient-UpdatePatient-Request-Example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bc-update-patient.html\">PartialPatientUpdate</a></p></div><p><b>identifier</b>: Account number/123345654\u00a0(use:\u00a0official)</p><p><b>address</b>: 721 FRONT ST VICTORIA BC V9A3Y3 CA </p></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" : "123345654"
          }
        ],
        "address" : [
          {
            "extension" : [
              {
                "url" : "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient-operation-extension",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system",
                      "code" : "replace"
                    }
                  ]
                }
              }
            ],
            "type" : "physical",
            "line" : [
              "721 FRONT ST"
            ],
            "city" : "VICTORIA",
            "state" : "BC",
            "postalCode" : "V9A3Y3",
            "country" : "CA"
          }
        ]
      }
    }
  ]
}