Belgian MyCareNet eAttestation Profiles
1.0.0 - STU Belgium flag

Belgian MyCareNet eAttestation Profiles, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/eattestation/ and changes regularly. See the Directory of published versions

: Reason for cancelling the attestation - TTL Representation

Draft as of 2024-03-14

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:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "be-cs-eattestation-cancel-reason"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/eattestation/CodeSystem/be-cs-eattestation-cancel-reason</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">A<a name=\"be-cs-eattestation-cancel-reason-A\"> </a></td><td>patient error</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"be-cs-eattestation-cancel-reason-B\"> </a></td><td>provider error</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"be-cs-eattestation-cancel-reason-C\"> </a></td><td>error in one of the eAttestation elements</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"be-cs-eattestation-cancel-reason-D\"> </a></td><td>duplicate</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"be-cs-eattestation-cancel-reason-E\"> </a></td><td>eAttestation replaced by eFact</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"be-cs-eattestation-cancel-reason-F\"> </a></td><td>eAttestation replaced by paper attestation form</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"be-cs-eattestation-cancel-reason-G\"> </a></td><td>eAttestation not applicable in this case</td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/eattestation/CodeSystem/be-cs-eattestation-cancel-reason"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "BeCSEattestationCancelReason"] ; # 
  fhir:title [ fhir:v "Reason for cancelling the attestation"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-03-14T09:12:18+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "eHealth Platform" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.ehealth.fgov.be/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Reasons for cancelling the attestion. These values were delivered by the \nNIC(Nationaal Intermutualistisch College)/CIN(Collège Intermutualiste National.)"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "BE" ] ;
fhir:display [ fhir:v "Belgium" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "patient error" ]
  ] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "provider error" ]
  ] [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "error in one of the eAttestation elements" ]
  ] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "duplicate" ]
  ] [
fhir:code [ fhir:v "E" ] ;
fhir:display [ fhir:v "eAttestation replaced by eFact" ]
  ] [
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "eAttestation replaced by paper attestation form" ]
  ] [
fhir:code [ fhir:v "G" ] ;
fhir:display [ fhir:v "eAttestation not applicable in this case" ]
  ] ) . #