eHealth Platform Federal Core Profiles
2.0.1 - STU1

This page is part of the HL7 Belgium FHIR Implementation Guide - Core profiles (v2.0.1: Trial Use) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient Relationship Type Value Set - TTL Representation

Active as of 2021-01-10

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:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "be-vs-patient-relationship-type"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/444191003\">444191003</a></td><td>Aunt of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444304005\">444304005</a></td><td>Sister of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444295003\">444295003</a></td><td>Father of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444148008\">444148008</a></td><td>Person in family of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444055008\">444055008</a></td><td>Uncle of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444294004\">444294004</a></td><td>Parent of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/767308003\">767308003</a></td><td>Second degree female blood relative of subject</td></tr><tr><td><a href=\"http://snomed.info/id/444193000\">444193000</a></td><td>First degree blood relative of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444301002\">444301002</a></td><td>Mother of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444053001\">444053001</a></td><td>Husband of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444241008\">444241008</a></td><td>Son of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444303004\">444303004</a></td><td>Brother of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444302009\">444302009</a></td><td>Sibling of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444194006\">444194006</a></td><td>Daughter of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444243006\">444243006</a></td><td>Maternal grandfather of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444242001\">444242001</a></td><td>Grandparent of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444293005\">444293005</a></td><td>Paternal grandmother of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444244000\">444244000</a></td><td>Maternal grandmother of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444292000\">444292000</a></td><td>Paternal grandfather of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444054007\">444054007</a></td><td>Wife of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444192005\">444192005</a></td><td>Child of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/739683002\">739683002</a></td><td>Infant of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/699111006\">699111006</a></td><td>Second degree blood relative of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/444052006\">444052006</a></td><td>Spouse of subject (person)</td></tr><tr><td><a href=\"http://snomed.info/id/410604004\">410604004</a></td><td>Subject of record (person)</td></tr></table></li></ul></div>"
  ];
  fhir:ValueSet.url [ fhir:value "https://www.ehealth.fgov.be/standards/fhir/core/ValueSet/be-vs-patient-relationship-type"];
  fhir:ValueSet.version [ fhir:value "2.0.1"];
  fhir:ValueSet.name [ fhir:value "BeVSPatientRelationshipType"];
  fhir:ValueSet.title [ fhir:value "Patient Relationship Type Value Set"];
  fhir:ValueSet.status [ fhir:value "active"];
  fhir:ValueSet.date [ fhir:value "2021-01-10T10:59:49+00: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/standards/fhir" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "support@be-ehealth-standards.atlassian.net" ]     ]
  ], [
     fhir:index 1;
     fhir:ContactDetail.name [ fhir:value "Message Structure eHealth" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "support@be-ehealth-standards.atlassian.net" ];
       fhir:ContactPoint.use [ fhir:value "work" ]     ]
  ];
  fhir:ValueSet.description [ fhir:value "Describes the patient relationship type (the relation between the patient and the person implied)"];
  fhir:ValueSet.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "BE" ];
       fhir:Coding.display [ fhir:value "Belgium" ]     ]
  ];
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ];
       fhir:ValueSet.compose.include.concept [
         fhir:index 0;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444191003" ]       ], [
         fhir:index 1;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444304005" ]       ], [
         fhir:index 2;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444295003" ]       ], [
         fhir:index 3;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444148008" ]       ], [
         fhir:index 4;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444055008" ]       ], [
         fhir:index 5;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444294004" ]       ], [
         fhir:index 6;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "767308003" ]       ], [
         fhir:index 7;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444193000" ]       ], [
         fhir:index 8;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444301002" ]       ], [
         fhir:index 9;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444053001" ]       ], [
         fhir:index 10;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444241008" ]       ], [
         fhir:index 11;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444303004" ]       ], [
         fhir:index 12;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444302009" ]       ], [
         fhir:index 13;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444194006" ]       ], [
         fhir:index 14;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444243006" ]       ], [
         fhir:index 15;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444242001" ]       ], [
         fhir:index 16;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444293005" ]       ], [
         fhir:index 17;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444244000" ]       ], [
         fhir:index 18;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444292000" ]       ], [
         fhir:index 19;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444054007" ]       ], [
         fhir:index 20;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444192005" ]       ], [
         fhir:index 21;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "739683002" ]       ], [
         fhir:index 22;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "699111006" ]       ], [
         fhir:index 23;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "444052006" ]       ], [
         fhir:index 24;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "410604004" ]       ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.