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

: Patient-GetDemographics-Example - TTL Representation

Raw ttl | Download


@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:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Patient-GetDemographics-Example"] ; # 
  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\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Jane Doe </b> female, DoB: 1972-10-16 ( Jurisdictional health number/?ngen-9? (use: official, period: 2000-01-01 11:11:11+0800 --&gt; (ongoing)))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 2505554848(HOME)</li><li>721 FRONT ST VICTORIA BC V9A3Y3 CA </li></ul></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
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 "JHN" ]       ] )     ] ;
fhir:system [ fhir:v "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id"^^xsd:anyURI ] ;
fhir:value [
      ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/data-absent-reason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]       ] )     ] ;
fhir:period [
fhir:start [ fhir:v "2000-01-01T11:11:11+08:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Doe" ] ;
    ( fhir:given [ fhir:v "Jane" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2505554848" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:period [
fhir:start [ fhir:v "2000-01-02T10:10:10-08:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:gender [
fhir:v "female" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-04-05T16:16:16-08:00"^^xsd:dateTime ]       ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2016-04-05"^^xsd:date ] ;
fhir:end [ fhir:v "2017-04-05"^^xsd:date ]         ]       ] [
fhir:url [ fhir:v "gender"^^xsd:anyURI ] ;
fhir:value [ fhir:v "other" ]       ] ) ;
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-gender-history-extension"^^xsd:anyURI ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2015-04-05"^^xsd:date ] ;
fhir:end [ fhir:v "2016-04-05"^^xsd:date ]         ]       ] [
fhir:url [ fhir:v "gender"^^xsd:anyURI ] ;
fhir:value [ fhir:v "unknown" ]       ] ) ;
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-gender-history-extension"^^xsd:anyURI ]     ] )
  ] ; # 
  fhir:birthDate [
fhir:v "1972-10-16"^^xsd:date ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-business-period-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2018-03-17T03:29:17-08:00"^^xsd:dateTime ]       ]     ] )
  ] ; # 
  fhir:address ( [
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" ]
  ] ) . #