US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
: 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 "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|8.0.0-ballot"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|8.0.0-ballot> ] )
] ; #
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 example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: US-Core example CareTeam</p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 17561000}\">Cardiologist</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 453231000124104}\">Primary care provider</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-2.html\">Kathy Fielding, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 116154003}\">Patient (person)</span></p><p><b>member</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver (person)</span></p><p><b>member</b>: <a href=\"RelatedPerson-shaw-niece.html\">Sarah van Putten</a></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:name [ fhir:v "US-Core example CareTeam"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Shaw" ]
] ; #
fhir:participant ( [
( fhir:role [
( fhir:coding [
a sct:17561000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "17561000" ] ;
fhir:display [ fhir:v "Cardiologist" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Ronald Bone, MD" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:453231000124104 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "453231000124104" ] ;
fhir:display [ fhir:v "Primary care provider" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "Practitioner/practitioner-2" ] ;
fhir:display [ fhir:v "Kathy Fielding, MD" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:116154003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "116154003" ] ;
fhir:display [ fhir:v "Patient (person)" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "Patient/example" ] ;
fhir:display [ fhir:v "Amy V. Shaw" ] ]
] [
( fhir:role [
( fhir:coding [
a sct:133932002 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "133932002" ] ;
fhir:display [ fhir:v "Caregiver (person)" ] ] ) ] ) ;
fhir:member [
fhir:reference [ fhir:v "RelatedPerson/shaw-niece" ] ;
fhir:display [ fhir:v "Sarah van Putten" ] ]
] ) . #