Retention Implementation Guide
1.0.0 - ci-build

Retention Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: CaregiverExample - JSON Representation

Raw json | Download


{
  "resourceType" : "CareTeam",
  "id" : "CaregiverExample",
  "meta" : {
    "profile" : [
      "https://www.retention-project.eu/ig/StructureDefinition/CaregiverRetention"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"CaregiverExample\"> </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;CaregiverExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CaregiverRetention.html\">Caregiver Retention</a></p></div><p><b>status</b>: active</p><p><b>subject</b>: <a href=\"Patient-P001.html\">Patient/P001</a></p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Extension</b></td><td><b>Role</b></td></tr><tr><td>*</td><td>, , , , , , </td><td>Caregiver <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#133932002)</span></td></tr></table></div>"
  },
  "status" : "active",
  "subject" : {
    "reference" : "Patient/P001"
  },
  "participant" : [
    {
      "extension" : [
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverSex",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "263495000",
              "display" : "Gender"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/Sex",
                  "code" : "1",
                  "display" : "Female"
                }
              ]
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverDateOfBirth",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "184099003",
              "display" : "Date of birth"
            },
            "valueCodeableConcept" : {
              "text" : "1983-05-31"
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverChildren",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "224117009",
              "display" : "Details of own children"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/NoYes",
                  "code" : "0",
                  "display" : "No"
                }
              ]
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverLivingSituation",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "243796009",
              "display" : "Situation with explicit context"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/LivingSituation",
                  "code" : "2",
                  "display" : "Living with the person cared for and other family members"
                }
              ]
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverHighestLevelOfEducation",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "105421008",
              "display" : "Educational achievement"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/HighestLevelOfEducation",
                  "code" : "0",
                  "display" : "up to and including high school"
                }
              ]
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverEmploymentStatus",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "224362002",
              "display" : "Employment status"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/EmploymentStatus",
                  "code" : "5",
                  "display" : "other"
                }
              ]
            }
          }
        },
        {
          "url" : "https://www.retention-project.eu/ig/StructureDefinition/CaregiverMedicalCondition",
          "valueUsageContext" : {
            "code" : {
              "system" : "http://snomed.info/sct",
              "code" : "260905004",
              "display" : "Condition"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://www.retention-project.eu/ig/CodeSystem/MedicalCondition",
                  "code" : "3",
                  "display" : "Diabetes Mellitus"
                }
              ]
            }
          }
        }
      ],
      "role" : [
        {
          "coding" : [
            {
              "system" : "http://snomed.info/sct",
              "code" : "133932002",
              "display" : "Caregiver"
            }
          ]
        }
      ]
    }
  ]
}