MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: US-Core example 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:Resource.id [ fhir:value "example"];
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "2" ];
     fhir:Meta.lastUpdated [ fhir:value "2020-09-22T23:33:11.228+00:00"^^xsd:dateTime ];
     fhir:Meta.source [ fhir:value "#2OecrAWGB4D8oPmP" ];
     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><p><b>id</b>: example</p><p><b>meta</b>: </p><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. Generated Summary: id: example; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 207RC0000X}\">Cardiovascular Disease</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-1.html\">Ronald Bone, MD. Generated Summary: id: practitioner-1; id: 9941339108, id: 25456; Ronald Bone </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes: {http://nucc.org/provider-taxonomy 208D00000X}\">General Practice</span></p><p><b>member</b>: <a href=\"Practitioner-practitioner-2.html\">Kathy Fielding, MD. Generated Summary: id: practitioner-2; id: 1245319599, id: 456789; Fielding Kathy ; Kathy.Fielding@direct.ExampleMedicalPractice.net(WORK)</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. Generated Summary: id: example; Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: 1987-02-20</a></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;
         fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
         fhir:Coding.code [ fhir:value "207RC0000X" ];
         fhir:Coding.display [ fhir:value "Cardiovascular Disease" ]       ];
       fhir:CodeableConcept.text [ fhir:value "Heart Disease Physician" ]     ];
     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;
         fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
         fhir:Coding.code [ fhir:value "208D00000X" ];
         fhir:Coding.display [ fhir:value "General Practice" ]       ];
       fhir:CodeableConcept.text [ 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" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.