Belgian MyCareNet Profiles 2.0.0 - STU
Belgian MyCareNet Profiles - Local Development build (v2.0.0). See the Directory of published versions
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 "agreement-errors"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-errors</code> provides a fragment that includes following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">MISSING_BUNDLE_ID<a name=\"agreement-errors-MISSING_BUNDLE_ID\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MISSING_CLAIM_SERVICEREQUEST_SUPPORTINGINFO<a name=\"agreement-errors-MISSING_CLAIM_SERVICEREQUEST_SUPPORTINGINFO\"> </a></td></tr></table></div>" ] ; # fhir:url [ fhir:v "https://www.ehealth.fgov.be/standards/fhir/mycarenet/CodeSystem/agreement-errors"^^xsd:anyURI] ; # fhir:version [ fhir:v "2.0.0"] ; # fhir:name [ fhir:v "MyCareNetAgreementErrors"] ; # fhir:title [ fhir:v "CodeSystem agreement errors"] ; # fhir:status [ fhir:v "active"] ; # fhir:date [ fhir:v "2023-04-27T18:01:13+02: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:name [ fhir:v "Message Structure" ] ; ( fhir:telecom [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ; fhir:use [ fhir:v "work" ] ] ) ] ) ; # fhir:description [ fhir:v "Errors in the agreement flows of MyCareNet. These values were delivered by the \nNIC(Nationaal Intermutualistisch College)/CIN(Collège Intermutualiste National.) Not all codes are defined here, a full list can be found on mycarenet.be."] ; # 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:content [ fhir:v "fragment"] ; # fhir:concept ( [ fhir:code [ fhir:v "MISSING_BUNDLE_ID" ] ] [ fhir:code [ fhir:v "MISSING_CLAIM_SERVICEREQUEST_SUPPORTINGINFO" ] ] ) . #