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

: Bundle-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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "Bundle-UpdatePatient-Response-Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-response-bundle"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-revise-response-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:2d028b44-882a-4c72-8c92-b87d916147e1"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:2d028b44-882a-4c72-8c92-b87d916147e1> )
  ] ) . # 

<urn:uuid:61061501-9953-4fba-87fe-6ae30e79da33> a fhir:Parameters ;
  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" ]
  ] ) . # 

<urn:uuid:2d028b44-882a-4c72-8c92-b87d916147e1> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "OperationOutcome-Example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_OperationOutcome-Example\"> </a><p><b>Generated Narrative: OperationOutcome </b><a name=\"OperationOutcome-Example\"> </a><a name=\"hcOperationOutcome-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\">ResourceOperationOutcome &quot;OperationOutcome-Example&quot; </p></div><blockquote><p><b>issue</b></p><p><b>severity</b>: warning</p><p><b>code</b>: business-rule</p><p><b>details</b>: Warning: The Revise Patient name has been modified to filter out invalid characters. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (bc-oo-codes#HCIM.RP.1.0017)</span></p></blockquote><blockquote><p><b>issue</b></p><p><b>severity</b>: error</p><p><b>code</b>: business-rule</p><p><b>details</b>: The HL7 message is invalid. Please correct the HL7 message, and resubmit it. (System.Exception: Results from Schematron validation: ... <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (bc-oo-codes#HCIM.RP.1.0017)</span></p></blockquote></div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "business-rule" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-oo-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCIM.RP.1.0017" ]       ] ) ;
fhir:text [ fhir:v "Warning: The Revise Patient name has been modified to filter out invalid characters." ]     ]
  ] [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "business-rule" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [ fhir:v "https://terminology.hlth.gov.bc.ca/ClientRegistry/CodeSystem/bc-oo-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "HCIM.RP.1.0017" ]       ] ) ;
fhir:text [ fhir:v "The HL7 message is invalid. Please correct the HL7 message, and resubmit it. (System.Exception: Results from Schematron validation: ..." ]     ]
  ] ) . #