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

: Merge-Response - 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 "Merge-Response"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-response-bundle"^^xsd:anyURI ;
fhir:link <http://hlth.gov.bc.ca/fhir/client/StructureDefinition/bc-merge-response-bundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:5af209ac-343b-497c-8be3-7394b677318c" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2023-01-23T14:45:48.1142315-08:00"^^xsd:dateTime] ; # 
  fhir:link ( [
fhir:relation [ fhir:v "canonical" ] ;
fhir:url [ fhir:v "https://ig.cgi.com/Patient/Merge.fhir"^^xsd:anyURI ]
  ] ) ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0836c16"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0836c16> )
  ] [
fhir:fullUrl [ fhir:v "urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0831234"^^xsd:anyURI ] ;
    ( fhir:resource <urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0831234> )
  ] ) . # 

<urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0836c16> a fhir:Parameters ;
  fhir:id [ fhir:v "Merge-Response-Parameters"] ; # 
  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 "df2a3ffb-d760-40f7-9118-f1b6d86f1113" ]
  ] [
fhir:name [ fhir:v "messageDateTime" ] ;
fhir:value [ fhir:v "2023-01-23T14:45:47.9633129-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 "IHA" ]     ]
  ] [
fhir:name [ fhir:v "enterer" ] ;
fhir:value [
a fhir:Identifier ;
fhir:system [ fhir:v "http://hlth.gov.bc.ca/fhir/client/bc-userid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ig.samples@cgi.com" ]     ]
  ] [
fhir:name [ fhir:v "requestMessageId" ] ;
fhir:value [ fhir:v "0cb29b89-8329-4f10-ba40-5384da37d0c2" ]
  ] ) . # 

<urn:uuid:30f9e023-c3dc-43e3-bf91-b46da0831234> a fhir:OperationOutcome ;
  fhir:id [ fhir:v "Merge-Response-Outcome"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"OperationOutcome_Merge-Response-Outcome\"> </a><p><b>Generated Narrative: OperationOutcome </b><a name=\"Merge-Response-Outcome\"> </a><a name=\"hcMerge-Response-Outcome\"> </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;Merge-Response-Outcome&quot; </p></div><h3>Issues</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Severity</b></td><td><b>Code</b></td><td><b>Details</b></td></tr><tr><td style=\"display: none\">*</td><td>information</td><td>business-rule</td><td>The Person Merge request has completed successfully. <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (bc-oo-codes#BCHCIM.PM.0.0008)</span></td></tr></table></div>"
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
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 "BCHCIM.PM.0.0008" ]       ] ) ;
fhir:text [ fhir:v "The Person Merge request has completed successfully." ]     ]
  ] ) . #