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

{
  "resourceType" : "CareTeam",
  "id" : "example",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
    ]
  },
  "text" : {
    "status" : "generated",
    "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>"
  },
  "status" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/us/core/CodeSystem/daf-careteam-status",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "name" : "US-Core example CareTeam",
  "subject" : {
    "reference" : "Patient-example.html",
    "display" : "Amy V. Shaw"
  },
  "participant" : [
    {
      "role" : {
        "coding" : [
          {
            "system" : "http://nucc.org/provider-taxonomy",
            "code" : "207RC0000X",
            "display" : "Allopathic &amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"
          }
        ]
      },
      "member" : {
        "reference" : "Practitioner-practitioner-1.html",
        "display" : "Ronald Bone, MD"
      }
    },
    {
      "role" : {
        "coding" : [
          {
            "system" : "http://nucc.org/provider-taxonomy",
            "code" : "103T00000X",
            "display" : "Behavioral Health &amp; Social Service Providers:Psychologist"
          }
        ]
      },
      "member" : {
        "reference" : "Practitioner/example2",
        "display" : "Kathy Fielding, MD"
      }
    },
    {
      "role" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "116154003",
            "display" : "Patient (person)"
          }
        ]
      },
      "member" : {
        "reference" : "Patient-example.html",
        "display" : "Amy V. Shaw"
      }
    }
  ]
}