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

: Parameters-UpdatePatient-Response-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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Parameters-UpdatePatient-Response-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-out"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-metadata-parameters-out>     ] )
  ] ; # 
  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 ]
  ] [
fhir:name [ fhir:v "sender" ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://hlth.gov.bc.ca/fhir/client/bc-org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MOH_CRS" ]     ]
  ] [
fhir:name [ fhir:v "requestMessageId" ] ;
fhir:value [ fhir:v "98028b44-882a-4c72-8c92-b87d916147e1" ]
  ] ) . #