FHIR Belgium Base IG - Local Development build (v0.1.0). See the Directory of published versions
Source view
@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:Resource.id [ fhir:value "cd-contact-person"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>ContactPerson</h2><div><p>Contact person in Belgium.</p>\n</div><p>This code system https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">father<a name=\"cd-contact-person-father\"> </a></td><td>father</td><td/></tr><tr><td style=\"white-space:nowrap\">mother<a name=\"cd-contact-person-mother\"> </a></td><td>mother</td><td/></tr><tr><td style=\"white-space:nowrap\">child<a name=\"cd-contact-person-child\"> </a></td><td>child</td><td/></tr><tr><td style=\"white-space:nowrap\">spouse<a name=\"cd-contact-person-spouse\"> </a></td><td>spouse</td><td/></tr><tr><td style=\"white-space:nowrap\">husband<a name=\"cd-contact-person-husband\"> </a></td><td>husband</td><td/></tr><tr><td style=\"white-space:nowrap\">partner<a name=\"cd-contact-person-partner\"> </a></td><td>partner</td><td/></tr><tr><td style=\"white-space:nowrap\">brother<a name=\"cd-contact-person-brother\"> </a></td><td>brother</td><td/></tr><tr><td style=\"white-space:nowrap\">sister<a name=\"cd-contact-person-sister\"> </a></td><td>sister</td><td/></tr><tr><td style=\"white-space:nowrap\">brotherinlaw<a name=\"cd-contact-person-brotherinlaw\"> </a></td><td>brotherinlaw</td><td/></tr><tr><td style=\"white-space:nowrap\">tutor<a name=\"cd-contact-person-tutor\"> </a></td><td>tutor</td><td/></tr><tr><td style=\"white-space:nowrap\">notary<a name=\"cd-contact-person-notary\"> </a></td><td>notary</td><td/></tr><tr><td style=\"white-space:nowrap\">lawyer<a name=\"cd-contact-person-lawyer\"> </a></td><td>lawyer</td><td/></tr><tr><td style=\"white-space:nowrap\">employer<a name=\"cd-contact-person-employer\"> </a></td><td>employer</td><td/></tr><tr><td style=\"white-space:nowrap\">grandparent<a name=\"cd-contact-person-grandparent\"> </a></td><td>grandparent</td><td/></tr><tr><td style=\"white-space:nowrap\">son<a name=\"cd-contact-person-son\"> </a></td><td>son</td><td/></tr><tr><td style=\"white-space:nowrap\">daughter<a name=\"cd-contact-person-daughter\"> </a></td><td>daughter</td><td/></tr><tr><td style=\"white-space:nowrap\">grandchild<a name=\"cd-contact-person-grandchild\"> </a></td><td>grandchild</td><td/></tr><tr><td style=\"white-space:nowrap\">neighbour<a name=\"cd-contact-person-neighbour\"> </a></td><td>neighbour</td><td/></tr><tr><td style=\"white-space:nowrap\">stepson<a name=\"cd-contact-person-stepson\"> </a></td><td>stepson</td><td/></tr><tr><td style=\"white-space:nowrap\">stepdaughter<a name=\"cd-contact-person-stepdaughter\"> </a></td><td>stepdaughter</td><td/></tr><tr><td style=\"white-space:nowrap\">stepfather<a name=\"cd-contact-person-stepfather\"> </a></td><td>stepfather</td><td/></tr><tr><td style=\"white-space:nowrap\">stepmother<a name=\"cd-contact-person-stepmother\"> </a></td><td>stepmother</td><td/></tr><tr><td style=\"white-space:nowrap\">sisterinlaw<a name=\"cd-contact-person-sisterinlaw\"> </a></td><td>sisterinlaw</td><td/></tr></table></div>" ]; fhir:CodeSystem.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/cd-contact-person"]; fhir:CodeSystem.version [ fhir:value "0.1.0"]; fhir:CodeSystem.name [ fhir:value "ContactPerson"]; fhir:CodeSystem.title [ fhir:value "ContactPerson"]; fhir:CodeSystem.status [ fhir:value "active"]; fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.date [ fhir:value "2020-02-27T05:53:15+01:00"^^xsd:dateTime]; fhir:CodeSystem.publisher [ fhir:value "HL7 Belgium"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "other" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/Special/committees/fiwg" ] ] ]; fhir:CodeSystem.description [ fhir:value "Contact person in Belgium."]; fhir:CodeSystem.jurisdiction [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ]; fhir:Coding.code [ fhir:value "056" ] ]; fhir:CodeableConcept.text [ fhir:value "Belgium" ] ]; fhir:CodeSystem.caseSensitive [ fhir:value "false"^^xsd:boolean]; fhir:CodeSystem.content [ fhir:value "complete"]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.concept.code [ fhir:value "father" ]; fhir:CodeSystem.concept.display [ fhir:value "father" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "father" ] ] ], [ fhir:index 1; fhir:CodeSystem.concept.code [ fhir:value "mother" ]; fhir:CodeSystem.concept.display [ fhir:value "mother" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "mother" ] ] ], [ fhir:index 2; fhir:CodeSystem.concept.code [ fhir:value "child" ]; fhir:CodeSystem.concept.display [ fhir:value "child" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "child" ] ] ], [ fhir:index 3; fhir:CodeSystem.concept.code [ fhir:value "spouse" ]; fhir:CodeSystem.concept.display [ fhir:value "spouse" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "spouse" ] ] ], [ fhir:index 4; fhir:CodeSystem.concept.code [ fhir:value "husband" ]; fhir:CodeSystem.concept.display [ fhir:value "husband" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "husband" ] ] ], [ fhir:index 5; fhir:CodeSystem.concept.code [ fhir:value "partner" ]; fhir:CodeSystem.concept.display [ fhir:value "partner" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "partner" ] ] ], [ fhir:index 6; fhir:CodeSystem.concept.code [ fhir:value "brother" ]; fhir:CodeSystem.concept.display [ fhir:value "brother" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "brother" ] ] ], [ fhir:index 7; fhir:CodeSystem.concept.code [ fhir:value "sister" ]; fhir:CodeSystem.concept.display [ fhir:value "sister" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "sister" ] ] ], [ fhir:index 8; fhir:CodeSystem.concept.code [ fhir:value "brotherinlaw" ]; fhir:CodeSystem.concept.display [ fhir:value "brotherinlaw" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "brother-in-law" ] ] ], [ fhir:index 9; fhir:CodeSystem.concept.code [ fhir:value "tutor" ]; fhir:CodeSystem.concept.display [ fhir:value "tutor" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "tutor" ] ] ], [ fhir:index 10; fhir:CodeSystem.concept.code [ fhir:value "notary" ]; fhir:CodeSystem.concept.display [ fhir:value "notary" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "notary" ] ] ], [ fhir:index 11; fhir:CodeSystem.concept.code [ fhir:value "lawyer" ]; fhir:CodeSystem.concept.display [ fhir:value "lawyer" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "lawyer" ] ] ], [ fhir:index 12; fhir:CodeSystem.concept.code [ fhir:value "employer" ]; fhir:CodeSystem.concept.display [ fhir:value "employer" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "employer" ] ] ], [ fhir:index 13; fhir:CodeSystem.concept.code [ fhir:value "grandparent" ]; fhir:CodeSystem.concept.display [ fhir:value "grandparent" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "grandparent" ] ] ], [ fhir:index 14; fhir:CodeSystem.concept.code [ fhir:value "son" ]; fhir:CodeSystem.concept.display [ fhir:value "son" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "son" ] ] ], [ fhir:index 15; fhir:CodeSystem.concept.code [ fhir:value "daughter" ]; fhir:CodeSystem.concept.display [ fhir:value "daughter" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "daughter" ] ] ], [ fhir:index 16; fhir:CodeSystem.concept.code [ fhir:value "grandchild" ]; fhir:CodeSystem.concept.display [ fhir:value "grandchild" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "grandchild" ] ] ], [ fhir:index 17; fhir:CodeSystem.concept.code [ fhir:value "neighbour" ]; fhir:CodeSystem.concept.display [ fhir:value "neighbour" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "neighbour" ] ] ], [ fhir:index 18; fhir:CodeSystem.concept.code [ fhir:value "stepson" ]; fhir:CodeSystem.concept.display [ fhir:value "stepson" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "stepson" ] ] ], [ fhir:index 19; fhir:CodeSystem.concept.code [ fhir:value "stepdaughter" ]; fhir:CodeSystem.concept.display [ fhir:value "stepdaughter" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "stepdaughter" ] ] ], [ fhir:index 20; fhir:CodeSystem.concept.code [ fhir:value "stepfather" ]; fhir:CodeSystem.concept.display [ fhir:value "stepfather" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "stepfather" ] ] ], [ fhir:index 21; fhir:CodeSystem.concept.code [ fhir:value "stepmother" ]; fhir:CodeSystem.concept.display [ fhir:value "stepmother" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "stepmother" ] ] ], [ fhir:index 22; fhir:CodeSystem.concept.code [ fhir:value "sisterinlaw" ]; fhir:CodeSystem.concept.display [ fhir:value "sisterinlaw" ]; fhir:CodeSystem.concept.designation [ fhir:index 0; fhir:CodeSystem.concept.designation.language [ fhir:value "en" ]; fhir:CodeSystem.concept.designation.value [ fhir:value "sisterinlaw" ] ] ]. # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.