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 - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "cds-careteam-example",
  "meta" : {
    "lastUpdated" : "2023-09-27T13:48:19.342+01:00",
    "profile" : [
      🔗 "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-ihe-careteam"
    ]
  },
  "text" : {
    "status" : "generated",
    "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\u00a0(use:\u00a0official,\u00a0))</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>"
  },
  "identifier" : [
    {
      "system" : "http://fake-identifier.fr",
      "value" : "1"
    }
  ],
  "status" : "active",
  "name" : "Cercle de soins de Mr Jacques Thobois",
  "subject" : {
    🔗 "reference" : "Patient/cds-patient-example"
  },
  "period" : {
    "start" : "2013-01-12"
  },
  "participant" : [
    {
      "member" : {
        🔗 "reference" : "RelatedPerson/cds-relatedperson-example"
      },
      "period" : {
        "start" : "2013-01-12"
      }
    },
    {
      "member" : {
        🔗 "reference" : "Organization/cds-organization-example"
      },
      "period" : {
        "start" : "2013-01-12",
        "end" : "2032-12-18T13:48:19.342+01:00"
      }
    }
  ],
  "managingOrganization" : [
    {
      🔗 "reference" : "Organization/cds-organization-example"
    }
  ]
}