US-Core CI Build

This page is part of the US Core (v0.0.0: STU1 Ballot 1) based on FHIR v1.8.0. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

US-Core example CareTeam

@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 -------------------------------------------------------------------

<CareTeam/example> a fhir:CareTeam;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam";
       fhir:index 0     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>meta</b>: </p><p><b>status</b>: Active <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/us/core/CodeSystem/daf-careteam-status code 'active' = 'active', given as 'Active'})</span></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>: Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '207RC0000X' = '207RC0000X', given as 'Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})</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>: Behavioral Health &amp;amp; Social Service Providers:Psychologist <span style=\"background: LightGoldenRodYellow\">(Details : {http://nucc.org/provider-taxonomy code '103T00000X' = '103T00000X', given as 'Behavioral Health &amp;amp; Social Service Providers:Psychologist'})</span></p><p><b>member</b>: <a href=\"Practitioner/example2\">Kathy Fielding, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '116154003' = '116154003', given as 'Patient (person)'})</span></p><p><b>member</b>: <a href=\"Patient-example.html\">Amy V. Shaw</a></p></blockquote></div>"
  ];
  fhir:CareTeam.status [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/core/CodeSystem/daf-careteam-status" ];
       fhir:Coding.code [ fhir:value "active" ];
       fhir:Coding.display [ fhir:value "Active" ]     ]
  ];
  fhir:CareTeam.name [ fhir:value "US-Core example CareTeam"];
  fhir:CareTeam.subject [
     fhir:Reference.reference [ fhir:value "Patient-example.html" ];
     fhir:Reference.display [ fhir:value "Amy V. Shaw" ]
  ];
  fhir:CareTeam.participant [
     fhir:index 0;
     fhir:CareTeam.participant.role [
       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 "Allopathic &amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Practitioner-practitioner-1.html" ];
       fhir:Reference.display [ fhir:value "Ronald Bone, MD" ]     ]
  ], [
     fhir:index 1;
     fhir:CareTeam.participant.role [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://nucc.org/provider-taxonomy" ];
         fhir:Coding.code [ fhir:value "103T00000X" ];
         fhir:Coding.display [ fhir:value "Behavioral Health &amp; Social Service Providers:Psychologist" ]       ]     ];
     fhir:CareTeam.participant.member [
       fhir:Reference.reference [ fhir:value "Practitioner/example2" ];
       fhir:Reference.display [ fhir:value "Kathy Fielding, MD" ]     ]
  ], [
     fhir:index 2;
     fhir:CareTeam.participant.role [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:concept 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.html" ];
       fhir:Reference.display [ fhir:value "Amy V. Shaw" ]     ]
  ].