This page is part of the US Core (v5.0.1: STU5) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
@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:Resource.id [ fhir:value "example"];
fhir:Resource.meta [
fhir:Element.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-name" ];
fhir:Extension.valueString [ fhir:value "CareTeam Example" ] ], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/instance-description" ];
fhir:Extension.valueMarkdown [ fhir:value "This is a careteam example for the *US Core CareTeam Profile*." ] ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><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\">Resource \"example\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p></div><p><b>status</b>: active</p><p><b>name</b>: US-Core example CareTeam</p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy V. Shaw</a> \" SHAW\"</p><blockquote><p><b>participant</b></p><p><b>role</b>: Cardiologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#17561000)</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-1.html\">Practitioner/practitioner-1: Ronald Bone, MD</a> \" BONE\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#453231000124104)</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-2.html\">Practitioner/practitioner-2: Kathy Fielding, MD</a> \" KATHY\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#116154003)</span></p><p><b>member</b>: <a href=\"Patient-example.html\">Patient/example: Amy V. Shaw</a> \" SHAW\"</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Caregiver (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#133932002)</span></p><p><b>member</b>: <a href=\"RelatedPerson-shaw-niece.html\">RelatedPerson/shaw-niece: Sarah van Putten</a> \" VAN PUTTEN\"</p></blockquote></div>"
];
fhir:CareTeam.status [ fhir:value "active"];
fhir:CareTeam.name [ fhir:value "US-Core example CareTeam"];
fhir:CareTeam.subject [
fhir:Reference.reference [ fhir:value "Patient/example" ];
fhir:Reference.display [ fhir:value "Amy V. Shaw" ]
];
fhir:CareTeam.participant [
fhir:index 0;
fhir:CareTeam.participant.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:17561000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "17561000" ];
fhir:Coding.display [ fhir:value "Cardiologist" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-1" ];
fhir:Reference.display [ fhir:value "Ronald Bone, MD" ] ]
], [
fhir:index 1;
fhir:CareTeam.participant.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:453231000124104;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "453231000124104" ];
fhir:Coding.display [ fhir:value "Primary care provider" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "Practitioner/practitioner-2" ];
fhir:Reference.display [ fhir:value "Kathy Fielding, MD" ] ]
], [
fhir:index 2;
fhir:CareTeam.participant.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:116154003;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "116154003" ];
fhir:Coding.display [ fhir:value "Patient (person)" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "Patient/example" ];
fhir:Reference.display [ fhir:value "Amy V. Shaw" ] ]
], [
fhir:index 3;
fhir:CareTeam.participant.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:133932002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "133932002" ];
fhir:Coding.display [ fhir:value "Caregiver (person)" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "RelatedPerson/shaw-niece" ];
fhir:Reference.display [ fhir:value "Sarah van Putten" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.