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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "Bundle-UpdatePatient-Request-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-request-bundle"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-request-bundle> ] )
] ; #
fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:e770dd20-7fe9-406f-a57c-52ed466f7a3b" ]
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2011-09-13T16:11:43.000-07:00"^^xsd:dateTime] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "urn:uuid:98028b44-882a-4c72-8c92-b87d916147e1"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:61061501-9953-4fba-87fe-6ae30e79da33"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:61061501-9953-4fba-87fe-6ae30e79da33> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:c789da11-0e78-4eb5-a9b2-d31d8249fd50"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:c789da11-0e78-4eb5-a9b2-d31d8249fd50> )
] ) . #
<urn:uuid:61061501-9953-4fba-87fe-6ae30e79da33> a fhir:Parameters ;
fhir:id [ fhir:v "Parameters-UpdatePatient-Request-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-in> ] )
] ; #
fhir:parameter ( [
fhir:name [ fhir:v "messageId" ] ;
fhir:value [ fhir:v "c087e71e-3e7e-4c22-a3ce-61523f600615" ]
] [
fhir:name [ fhir:v "messageDateTime" ] ;
fhir:value [ fhir:v "2015-02-07T13:29:17-08:00"^^xsd:dateTime ]
] ) . #
<urn:uuid:c789da11-0e78-4eb5-a9b2-d31d8249fd50> a fhir:Patient ;
fhir:id [ fhir:v "Patient-UpdatePatient-Request-Example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 "Patient-UpdatePatient-Request-Example" </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 (use: official)</p><p><b>address</b>: 721 FRONT ST VICTORIA BC V9A3Y3 CA </p></div>"
] ; #
fhir:identifier ( [
( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-identifier-status-extension"^^xsd:anyURI ] ;
fhir:value [ fhir:v "active" ] ] ) ;
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AN" ] ] ) ] ;
fhir:system [ fhir:v "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-iha-iha-source-patient-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "123345654" ]
] ) ; #
fhir:address ( [
( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-update-patient-operation-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-client-registry-update-patient-operation-code-system"^^xsd:anyURI ] ;
fhir:code [ fhir:v "replace" ] ] ) ] ] ) ;
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "721 FRONT ST" ] ) ;
fhir:city [ fhir:v "VICTORIA" ] ;
fhir:state [ fhir:v "BC" ] ;
fhir:postalCode [ fhir:v "V9A3Y3" ] ;
fhir:country [ fhir:v "CA" ]
] ) . #
IG © 2022+ BC Ministry of Health. Package fhir.ca-bc.client#1.0.0 based on FHIR 4.0.1. Generated 2024-06-07
Links: Table of Contents |
QA Report