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 - 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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FindCandidates-Request"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-find-candidates-request-bundle"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-find-candidates-request-bundle>     ] )
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2023-01-23T13:58:38.7538206-08:00"^^xsd:dateTime] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "self" ] ;
fhir:url [ fhir:v "urn:uuid:92cbad6f-b07c-4288-88fc-884a8d4d50ec"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:c3e604ec-0917-41a8-9d90-1da8e66168d7"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:c3e604ec-0917-41a8-9d90-1da8e66168d7> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:f8ea5781-7772-4701-aabd-e86595f1487d"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:f8ea5781-7772-4701-aabd-e86595f1487d> )
  ] ) . # 

<urn:uuid:c3e604ec-0917-41a8-9d90-1da8e66168d7> a fhir:Parameters ;
  fhir:id [ fhir:v "FindCandidates-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 "f4a5d2f7-cbea-4f80-9804-b13b9be9f2b9" ]
  ] [
fhir:name [ fhir:v "messageDateTime" ] ;
fhir:value [ fhir:v "2023-01-23T13:58:38.7402027-08:00"^^xsd:dateTime ]
  ] [
fhir:name [ fhir:v "identifiersOnly" ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
  ] ) . # 

<urn:uuid:f8ea5781-7772-4701-aabd-e86595f1487d> a fhir:Patient ;
  fhir:id [ fhir:v "FindCandidates-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_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>"
  ] ; # 
  fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "Frieson" ] ;
    ( fhir:given [ fhir:v "Apolo" ] )
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [ fhir:v "1931-02-26"^^xsd:date] ; # 
  fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
    ( fhir:line [ fhir:v "16063 Star trek drive" ] ) ;
fhir:city [ fhir:v "Evans-thomas" ] ;
fhir:state [ fhir:v "BC" ] ;
fhir:country [ fhir:v "CA" ]
  ] ) . #