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

: FindCandidates-Request - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "FindCandidates-Request",
  "meta" : {
    "profile" : [
      🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-find-candidates-request-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2023-01-23T13:58:38.7538206-08:00",
  "link" : [
    {
      "relation" : "self",
      "url" : "urn:uuid:92cbad6f-b07c-4288-88fc-884a8d4d50ec"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "urn:uuid:c3e604ec-0917-41a8-9d90-1da8e66168d7",
      "resource" : {
        "resourceType" : "Parameters",
        "id" : "FindCandidates-Request-Parameters",
        "meta" : {
          "profile" : [
            🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in"
          ]
        },
        "parameter" : [
          {
            "name" : "messageId",
            "valueString" : "f4a5d2f7-cbea-4f80-9804-b13b9be9f2b9"
          },
          {
            "name" : "messageDateTime",
            "valueDateTime" : "2023-01-23T13:58:38.7402027-08:00"
          },
          {
            "name" : "identifiersOnly",
            "valueBoolean" : false
          }
        ]
      }
    },
    {
      "fullUrl" : "urn:uuid:f8ea5781-7772-4701-aabd-e86595f1487d",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "FindCandidates-Request-Patient",
        "meta" : {
          "profile" : [
            🔗 "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_FindCandidates-Request-Patient\"> </a><p><b>Generated Narrative: Patient </b><a name=\"FindCandidates-Request-Patient\"> </a><a name=\"hcFindCandidates-Request-Patient\"> </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;FindCandidates-Request-Patient&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bc-patient.html\">ClientRegistryPatient</a></p></div><p><b>name</b>: Apolo Frieson </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1931-02-26</p><p><b>address</b>: 16063 Star trek drive Evans-thomas BC CA </p></div>"
        },
        "name" : [
          {
            "use" : "usual",
            "family" : "Frieson",
            "given" : [
              "Apolo"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1931-02-26",
        "address" : [
          {
            "type" : "physical",
            "line" : [
              "16063 Star trek drive"
            ],
            "city" : "Evans-thomas",
            "state" : "BC",
            "country" : "CA"
          }
        ]
      }
    }
  ]
}