This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . 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 "careteam-of-noelle"]; #
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 for Noelle" ] ], [
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 MCC CareTeam." ] ];
fhir:Meta.versionId [ fhir:value "7" ];
fhir:Meta.lastUpdated [ fhir:value "2022-11-04T11:56:28.976+00:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "#KKfIz9YE5wp4BiUp" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam> ]
]; #
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"careteam-of-noelle\"> </a></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 CareTeam "careteam-of-noelle" Version "7" Updated "2022-11-04 11:56:28+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #KKfIz9YE5wp4BiUp!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCCareTeam.html\">Multiple Chronic Condition Care Plan Care Team</a></p></div><p><b>status</b>: active</p><p><b>name</b>: Care Team of Noelle Example</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle</a> " NOELLE"</p><blockquote><p><b>participant</b></p><p><b>role</b>: Nephrologist <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#11911009)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-1.html\">Practitioner/practitionerMCC-1</a> " LEVIN"</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[US rel. Oct 0012]</a>#453231000124104)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3.html\">Practitioner/practitionerMCC-3</a> " PRIMARY"</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-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle: Noelle</a> " NOELLE"</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=\"CareTeam-caregiveronteam-of-noelle.html\">CareTeam/caregiveronteam-of-noelle: Sarah van Putten</a> "CaregiverOnCareTeam of Noelle Example"</p></blockquote></div>"
]; #
fhir:CareTeam.status [ fhir:value "active"]; #
fhir:CareTeam.name [ fhir:value "Care Team of Noelle Example"]; #
fhir:CareTeam.subject [
fhir:Reference.reference [ fhir:value "Patient/cc-pat-pnoelle" ]
]; #
fhir:CareTeam.participant [
fhir:index 0;
fhir:CareTeam.participant.role [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:11911009;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "11911009" ];
fhir:Coding.display [ fhir:value "Nephrologist" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "Practitioner/practitionerMCC-1" ] ]
], [
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.version [ fhir:value "http://snomed.info/sct/731000124108/version/20220301" ];
fhir:Coding.code [ fhir:value "453231000124104" ];
fhir:Coding.display [ fhir:value "Primary care provider" ] ] ];
fhir:CareTeam.participant.member [
fhir:Reference.reference [ fhir:value "Practitioner/practitionerMCC-3" ] ]
], [
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/cc-pat-pnoelle" ];
fhir:Reference.display [ fhir:value "Noelle" ] ]
], [
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 "CareTeam/caregiveronteam-of-noelle" ];
fhir:Reference.display [ fhir:value "Sarah van Putten" ] ]
]. #
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2020+ HL7 International - Patient Care WG. Package hl7.fhir.us.mcc#1.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change