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

FHIR IG analytics

Packagefhir.ca-bc.client
Resource TypeBundle
IdBundle-FindCandidates-Request.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": "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": "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 class=\"res-header-id\"><b>Generated Narrative: Patient FindCandidates-Request-Patient</b></p><a name=\"FindCandidates-Request-Patient\"></a><a name=\"hcFindCandidates-Request-Patient\"></a><a name=\"FindCandidates-Request-Patient-en-US\"></a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Apolo Frieson  Male, DoB: 1931-02-26</p><hr /><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">16063 Star trek drive Evans-thomas BC CA </td></tr></table></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"
          }
        ]
      }
    }
  ]
}