Health Care Surveys Reporting
2.0.0-ballot - STU 2 - Ballot United States of America flag

This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions

: Care Team Example - TTL Representation

Page standards status: Informative

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CareTeam ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "careteam-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|6.1.0>     ] )
  ] ; # 
  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 careteam-example</b></p><a name=\"careteam-example\"> </a><a name=\"hccareteam-example\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profileversion: null6.1.0)</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: Respiratory Care Team</p><p><b>subject</b>: <a href=\"Patient-patient-ledner.html\">Dominique369 Ledner144  Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</a></p><p><b>encounter</b>: <a href=\"Encounter-encounter-ambulatory.html\">Encounter: status = finished; class = ambulatory (ActCode[3.0.0]#AMB); type = Normal delivery procedure (procedure); period = 2025-11-01 17:00:14-0500 --&gt; 2025-11-01 18:00:14-0500</a></p><p><b>period</b>: 2025-01-02 --&gt; (ongoing)</p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 446050000}\">Primary care physician (occupation)</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></p><p><b>onBehalfOf</b>: <a href=\"Organization-organization-example.html\">Organization General Hospital</a></p><p><b>period</b>: 2025-01-02 --&gt; (ongoing)</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 309343006}\">Physician</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></p><p><b>onBehalfOf</b>: <a href=\"Organization-organization-example.html\">Organization General Hospital</a></p><p><b>period</b>: 2025-01-02 --&gt; (ongoing)</p></blockquote></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Respiratory Care Team"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/patient-ledner" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/encounter-ambulatory" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2025-01-02"^^xsd:date ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a sct:446050000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "446050000" ] ;
fhir:display [ fhir:v "Primary care physician (occupation)" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/organization-example" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2025-01-02"^^xsd:date ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:309343006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "309343006" ] ;
fhir:display [ fhir:v "Physician" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ]     ] ;
fhir:onBehalfOf [
fhir:reference [ fhir:v "Organization/organization-example" ]     ] ;
fhir:period [
fhir:start [ fhir:v "2025-01-02"^^xsd:date ]     ]
  ] ) . #