Clic Santé
1.0.0 - trial-use

This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Example Related Person (Mother) - TTL Representation

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:RelatedPerson ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "b091622d-2b03-4715-84ba-a2565e588a13"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson b091622d-2b03-4715-84ba-a2565e588a13</b></p><a name=\"b091622d-2b03-4715-84ba-a2565e588a13\"> </a><a name=\"hcb091622d-2b03-4715-84ba-a2565e588a13\"> </a><a name=\"b091622d-2b03-4715-84ba-a2565e588a13-en-US\"> </a><p><b>Related Person Occupation</b>: Développeur Web</p><p><b>patient</b>: <a href=\"Patient-65455b44-591e-420a-a34a-1e0d48e50b44.html\">Weldon Mickael Cormier Male, DoB: 1964-04-06</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode MTH}\">mother</span></p><p><b>name</b>: Marise Moe </p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/StructureDefinition/related-person-occupation"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Développeur Web" ]
  ] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/65455b44-591e-420a-a34a-1e0d48e50b44" ]
  ] ; # 
  fhir:relationship ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MTH" ]     ] )
  ] ) ; # 
  fhir:name ( [
fhir:family [ fhir:v "Moe" ] ;
    ( fhir:given [ fhir:v "Marise" ] )
  ] ) . #