@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "patient-relationship-type"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

Generated Narrative: ValueSet patient-relationship-type

This value set includes codes based on the following rules:

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode
    CodeDisplayDefinition
    FTHfatherThe player of the role is a male who begets or raises or nurtures the scoping entity (child).
    MTHmotherThe player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).
    SPSspouseThe player of the role is a marriage partner of the scoping person.
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0131
    CodeDisplayDefinition
    CEmergency ContactEmergency Contact
" ] ; # fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/ValueSet/patient-relationship-type"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "PatientRelationshipTypeValueSet"] ; # fhir:title [ fhir:v "Patient Relationship Value Set"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2025-03-15T01:45:42+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Clic Santé"] ; # fhir:contact ( [ fhir:name [ fhir:v "Clic Santé" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "https://clicsante.ca" ] ] ) ] ) ; # fhir:description [ fhir:v "A ValueSet derived from PatientRelationshipType, limited to 'Mother', 'Father', 'Spouse' and Emergency Contact."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "FTH" ] ] [ fhir:code [ fhir:v "MTH" ] ] [ fhir:code [ fhir:v "SPS" ] ] ) ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "C" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------