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 "AddNewbornByMumsPHN-Request"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-add-request-bundle"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-add-request-bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:timestamp [ fhir:v "2023-01-23T13:46:28.0429798-08:00"^^xsd:dateTime] ; #
fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "urn:uuid:977f1edc-04db-439e-9f84-7cda0082812a"^^xsd:anyURI ]
] ) ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:66fa3c28-1121-4305-bda2-4e834fcbc0f8"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:66fa3c28-1121-4305-bda2-4e834fcbc0f8> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:66a90476-06d2-4e62-aba7-32d0566ecf41"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:66a90476-06d2-4e62-aba7-32d0566ecf41> )
] [
fhir:fullUrl [ fhir:v "urn:uuid:b8d7f4cb-94db-46f6-9a01-7023a292b649"^^xsd:anyURI ] ;
( fhir:resource <urn:uuid:b8d7f4cb-94db-46f6-9a01-7023a292b649> )
] ) . #
<urn:uuid:66fa3c28-1121-4305-bda2-4e834fcbc0f8> a fhir:Parameters ;
fhir:id [ fhir:v "AddNewbornByMumsPHN-Request-Parameters"] ; #
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 "eac486dd-ffe1-4272-b1ae-1ae0b0707b92" ]
] [
fhir:name [ fhir:v "messageDateTime" ] ;
fhir:value [ fhir:v "2023-01-23T13:46:28.0428521-08:00"^^xsd:dateTime ]
] ) . #
<urn:uuid:66a90476-06d2-4e62-aba7-32d0566ecf41> a fhir:Patient ;
fhir:id [ fhir:v "AddNewbornByMumsPHN-Request-Patient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_AddNewbornByMumsPHN-Request-Patient\"> </a><p><b>Generated Narrative: Patient </b><a name=\"AddNewbornByMumsPHN-Request-Patient\"> </a><a name=\"hcAddNewbornByMumsPHN-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 "AddNewbornByMumsPHN-Request-Patient" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-bc-patient.html\">ClientRegistryPatient</a></p></div><p><b>identifier</b>: <code>https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-viha-north-source-patient-id</code>/4PX0WI5WO23CZRYTQ4GZP6MUJ9R6P2N6MS8Z156 (use: official)</p><p><b>name</b>: Baby Boy Jaroscak </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 2023-01-22</p><p><b>address</b>: 46005 Lake forest drive Mattice BC CA </p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://health.gov.bc.ca/fhir/NamingSystem/ca-bc-viha-north-source-patient-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "4PX0WI5WO23CZRYTQ4GZP6MUJ9R6P2N6MS8Z156" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Jaroscak" ] ;
( fhir:given [ fhir:v "Baby Boy" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "2023-01-22"^^xsd:date] ; #
fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "46005 Lake forest drive" ] ) ;
fhir:city [ fhir:v "Mattice" ] ;
fhir:state [ fhir:v "BC" ] ;
fhir:country [ fhir:v "CA" ]
] ) . #
<urn:uuid:b8d7f4cb-94db-46f6-9a01-7023a292b649> a fhir:RelatedPerson ;
fhir:id [ fhir:v "AddNewbornByMumsPHN-Request-RelatedPerson"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RelatedPerson_AddNewbornByMumsPHN-Request-RelatedPerson\"> </a><p><b>Generated Narrative: RelatedPerson </b><a name=\"AddNewbornByMumsPHN-Request-RelatedPerson\"> </a><a name=\"hcAddNewbornByMumsPHN-Request-RelatedPerson\"> </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\">ResourceRelatedPerson "AddNewbornByMumsPHN-Request-RelatedPerson" </p></div><p><b>identifier</b>: <code>https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id</code>/9253484802 (use: official, period: 2023-01-23 13:46:27-0800 --> (ongoing))</p><p><b>patient</b>: See on this page: urn:uuid:66a90476-06d2-4e62-aba7-32d0566ecf41</p><p><b>relationship</b>: natural mother <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#NMTH)</span></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:system [ fhir:v "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9253484802" ] ;
fhir:period [
fhir:start [ fhir:v "2023-01-23T13:46:27-08:00"^^xsd:dateTime ] ]
] ) ; #
fhir:patient [
fhir:reference [ fhir:v "urn:uuid:66a90476-06d2-4e62-aba7-32d0566ecf41" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "NMTH" ] ] )
] ) . #
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