This is an old version - please visit our new IG location
1.1.0 - published
This is an old version - please visit <a href='https://simplifier.net/guide/ImplementationGuideTheCoreBelgianFederalFHIRProfiles/Home'>our new IG location</a> - Local Development build (v1.1.0). See the Directory of published versions
@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:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "be-contactperson"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v2-0131.html\"><code>http://terminology.hl7.org/CodeSystem/v2-0131</code></a> where concept is-not-a <a href=\"https://terminology.hl7.org/1.0.0//CodeSystem-v2-0131.html#v2-0131-O\">O</a></li><li>Include all codes defined in <a href=\"CodeSystem-cd-contact-person.html\"><code>https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person</code></a></li></ul></div>"
];
fhir:ValueSet.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-contactperson"];
fhir:ValueSet.version [ fhir:value "1.0.0"];
fhir:ValueSet.name [ fhir:value "BeContactPerson"];
fhir:ValueSet.title [ fhir:value "ValueSet contact person"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2021-05-26T14:31:36+02:00"^^xsd:dateTime];
fhir:ValueSet.publisher [ fhir:value "eHealth Platform"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "eHealth Platform" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "https://www.ehealth.fgov.be" ] ]
], [
fhir:index 1;
fhir:ContactDetail.name [ fhir:value "Message structure" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "message-structure@ehealth.fgov.be" ] ]
];
fhir:ValueSet.description [ fhir:value "Maximum valuest to define category of a contact person, using the HL7 values and the Belgian CD-CONTACT-PERSON values."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0131" ];
fhir:ValueSet.compose.include.filter [
fhir:index 0;
fhir:ValueSet.compose.include.filter.property [ fhir:value "concept" ];
fhir:ValueSet.compose.include.filter.op [ fhir:value "is-not-a" ];
fhir:ValueSet.compose.include.filter.value [ fhir:value "O" ] ] ], [
fhir:index 1;
fhir:ValueSet.compose.include.system [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.