Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General 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 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 "Example1"] ; # 
  fhir:meta [
fhir:lastUpdated [ fhir:v "2009-01-23T14:16:47.497+05:30"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam>     ] [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-careteam-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-careteam-profile>     ] ) ;
    ( fhir:security [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-Confidentiality"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Normal" ]     ] )
  ] ; # 
  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 Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </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: 2009-01-23 14:16:47+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a>, <a href=\"StructureDefinition-athena-careteam-profile.html\">AthenaCareTeam</a></p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/CareTeam-1547731065000010</p><p><b>status</b>: Active</p><p><b>name</b>: felecia cart Care Team</p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 405279007}\">Attending physician</span></p><p><b>member</b>: <a href=\"Practitioner-Example1.html\">Practitioner Harry S. Winston </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 184154008}\">Care Manager</span></p><p><b>member</b>: <a href=\"RelatedPerson-P-284.html\">RelatedPerson Brendan Benson </a></p></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ]       ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ]     ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/CareTeamId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CareTeam-1547731065000010" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "felecia cart Care Team"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/Example1" ]
  ] ; # 
  fhir:participant ( [
    ( fhir:role [
      ( fhir:coding [
a sct:405279007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "405279007" ] ;
fhir:display [ fhir:v "Attending physician" ]       ] ) ;
fhir:text [ fhir:v "Attending physician" ]     ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/Example1" ]     ]
  ] [
    ( fhir:role [
      ( fhir:coding [
a sct:184154008 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "184154008" ] ;
fhir:display [ fhir:v "Care Manager" ]       ] )     ] ) ;
fhir:member [
fhir:reference [ fhir:v "RelatedPerson/P-284" ]     ]
  ] ) . #