FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ca-bc.client
Resource TypeParameters
IdParameters-Merge-Response.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "Merge-Response",
  "parameter": [
    {
      "name": "outcome",
      "resource": {
        "resourceType": "OperationOutcome",
        "issue": [
          {
            "severity": "information",
            "code": "business-rule",
            "details": {
              "coding": [
                {
                  "system": "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-oo-codes",
                  "code": "BCHCIM.PM.0.0008"
                }
              ],
              "text": "The Person Merge request has completed successfully."
            }
          }
        ]
      }
    },
    {
      "name": "result",
      "resource": {
        "resourceType": "Patient",
        "meta": {
          "profile": [
            "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient"
          ]
        },
        "identifier": [
          {
            "extension": [
              {
                "url": "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension",
                "valueCode": "active"
              }
            ],
            "use": "official",
            "system": "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-fha-exp-source-patient-id",
            "value": "U6UQG3285Z5NG23110E2",
            "period": {
              "start": "2025-01-16T12:54:54-08:00"
            },
            "assigner": {
              "display": "FHA Fraser Health Expanse - FHA_EXP"
            }
          }
        ]
      }
    }
  ]
}