Cercle De Soins
2.0.0-ballot - ballot France flag

This page is part of the Cercle De Soins (v2.0.0-ballot: Release) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: cds-careteam-example - 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:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cds-careteam-example"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2023-09-27T13:48:19.342+01:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-ihe-careteam"^^xsd:anyURI ;
fhir:link <https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-ihe-careteam>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam cds-careteam-example</b></p><a name=\"cds-careteam-example\"> </a><a name=\"hccds-careteam-example\"> </a><a name=\"hccds-careteam-example-fr-FR\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Last updated: 2023-09-27 13:48:19+0100</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cds-ihe-careteam.html\">CDS CareTeam Profile</a></p></div><p><b>identifier</b>: <code>http://fake-identifier.fr</code>/1</p><p><b>status</b>: Active</p><p><b>name</b>: Cercle de soins de Mr Jacques Thobois</p><p><b>subject</b>: <a href=\"Patient-cds-patient-example.html\">Jacques Thobois (official) Male, DoB: 1984-10-02 ( NIR définitif (use: official, ))</a></p><p><b>period</b>: 2013-01-12 --&gt; (ongoing)</p><blockquote><p><b>participant</b></p><p><b>member</b>: <a href=\"RelatedPerson-cds-relatedperson-example.html\">RelatedPerson CHIBOUT Lamine (official)</a></p><p><b>period</b>: 2013-01-12 --&gt; (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>member</b>: <a href=\"Organization-cds-organization-example.html\">Organization Cabinet médical CC CC</a></p><p><b>period</b>: 2013-01-12 --&gt; 2032-12-18 13:48:19+0100</p></blockquote><p><b>managingOrganization</b>: <a href=\"Organization-cds-organization-example.html\">Organization Cabinet médical CC CC</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://fake-identifier.fr"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Cercle de soins de Mr Jacques Thobois"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/cds-patient-example" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2013-01-12"^^xsd:date ]
  ] ; # 
  fhir:participant ( [
fhir:member [
fhir:reference [ fhir:v "RelatedPerson/cds-relatedperson-example" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2013-01-12"^^xsd:date ]     ]
  ] [
fhir:member [
fhir:reference [ fhir:v "Organization/cds-organization-example" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2013-01-12"^^xsd:date ] ;
fhir:end [ fhir:v "2032-12-18T13:48:19.342+01:00"^^xsd:dateTime ]     ]
  ] ) ; # 
  fhir:managingOrganization ( [
fhir:reference [ fhir:v "Organization/cds-organization-example" ]
  ] ) . #