eCard-at FHIR ImplementationGuide
0.1.0 - ci-build

eCard-at FHIR ImplementationGuide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ecard-OperationOutcome-example03 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:OperationOutcome ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ecard-OperationOutcome-example03"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationOutcome ecard-OperationOutcome-example03</b></p><a name=\"ecard-OperationOutcome-example03\"> </a><a name=\"hcecard-OperationOutcome-example03\"> </a><a name=\"ecard-OperationOutcome-example03-en-US\"> </a><p>All OK</p><table class=\"grid\"><tr><td><b>Severity</b></td><td><b>Location</b></td><td><b>Code</b></td><td><b>Details</b></td><td><b>Diagnostics</b></td></tr><tr><td>Information</td><td/><td>Informational Note</td><td>Für den Patienten ist kein Foto verfügbar. Bitte informieren Sie ihn darüber und übergeben Sie den Folder 'So bringen Sie ein Foto für Ihre e-card'!</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "information" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:diagnostics [ fhir:v "Für den Patienten ist kein Foto verfügbar. Bitte informieren Sie ihn darüber und übergeben Sie den Folder 'So bringen Sie ein Foto für Ihre e-card'!" ]
  ] ) . #