Patsiendi üldandmete teenus / Master Patient Index
1.5.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.5.0 See the Directory of published versions

: DeceasedWarning - 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 "DeceasedWarning"] ; # 
  fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Severity:</b> warning</p><p><b>Code:</b> informational</p><p><b>Details.coding.system:</b> https://mpi.tehik.ee</p><p><b>Details.coding.code:</b> MPI-101</p><p><b>Details.text:</b> Patsient on surnud</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:issue ( [
fhir:severity [ fhir:v "warning" ] ;
fhir:code [ fhir:v "informational" ] ;
fhir:details [
      ( fhir:coding [
fhir:system [
fhir:v "https://mpi.tehik.ee"^^xsd:anyURI ;
fhir:l <https://mpi.tehik.ee>         ] ;
fhir:code [ fhir:v "MPI-101" ]       ] ) ;
fhir:text [ fhir:v "Patsient on surnud" ]     ]
  ] ) . #