AU Core Implementation Guide
0.2.2-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: CareTeam - heart condition - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "heart",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org.au/fhir/core/StructureDefinition/au-core-careteam"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"heart\"> </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 &quot;heart&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-au-core-careteam.html\">AU Core CareTeam</a></p></div><p><b>status</b>: active</p><p><b>category</b>: Condition-focused care team <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#LA27978-8)</span></p><p><b>name</b>: Wang Heart Health</p><p><b>subject</b>: <a href=\"Patient-wang-li.html\">Patient/wang-li</a> &quot; WANG&quot;</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=\"PractitionerRole-cardiologist-cardy-igist.html\">PractitionerRole/cardiologist-cardy-igist</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: General practitioner <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#62247001)</span></p><p><b>member</b>: <a href=\"PractitionerRole-bobrester-bob-gp.html\">PractitionerRole/bobrester-bob-gp</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Dietitian <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#159033005)</span></p><p><b>member</b>: <a href=\"PractitionerRole-dietician-tan-patricia.html\">PractitionerRole/dietician-tan-patricia</a></p></blockquote></div>"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "LA27978-8",
          "display" : "Condition-focused care team"
        }
      ]
    }
  ],
  "name" : "Wang Heart Health",
  "subject" : {
    🔗 "reference" : "Patient/wang-li"
  },
  "participant" : [
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "17561000",
              "display" : "Cardiologist"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/cardiologist-cardy-igist"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "62247001",
              "display" : "General practitioner"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/bobrester-bob-gp"
      }
    },
    {
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "159033005",
              "display" : "Dietitian"
            }
          ]
        }
      ],
      "member" : {
        🔗 "reference" : "PractitionerRole/dietician-tan-patricia"
      }
    }
  ]
}