1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CareplanCordinatedCareSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "CarePlan",
  "id" : "100",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/CareplanCordinatedCareSe"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan 100</b></p><a name=\"100\"> </a><a name=\"hc100\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CareplanCordinatedCareSe.html\">CareplanCordinatedCareSe</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title=\"Codes:{https://cambio.codes/cs/care-plan-categories SIP}\">Samordnad individuell plan</span></p><p><b>title</b>: CareplanCordinatedCareSe Example 1</p><p><b>subject</b>: Identifier: <code>1.2.752.129.2.1.3.1</code>/198308251456</p><p><b>created</b>: 2022-08-05 14:55:00+0530</p><p><b>contributor</b>: <a href=\"#hc100/1\">PractitionerRole</a></p><p><b>supportingInfo</b>: <a href=\"QuestionnaireResponse/198853\">QuestionnaireResponse/198853</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole #1</b></p><a name=\"100/1\"> </a><a name=\"hc100/1\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PractitionerRoleLiteSe.html\">PractitionerRoleLiteSe</a></p></div><p><b>practitioner</b>: <a href=\"Practitioner/523306\">Practitioner/523306</a></p><p><b>organization</b>: <a href=\"Organization/1064\">Organization/1064</a></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "PractitionerRole",
      "id" : "1",
      "meta" : {
        "profile" : [
          🔗 "https://fhir.cambio.se/StructureDefinition/PractitionerRoleLiteSe/v1"
        ]
      },
      "practitioner" : {
        "reference" : "Practitioner/523306",
        "type" : "Practitioner"
      },
      "organization" : {
        "reference" : "Organization/1064",
        "type" : "Organization"
      }
    }
  ],
  "status" : "active",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://cambio.codes/cs/care-plan-categories",
          "code" : "SIP",
          "display" : "Samordnad individuell plan"
        }
      ]
    }
  ],
  "title" : "CareplanCordinatedCareSe Example 1",
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "1.2.752.129.2.1.3.1",
      "value" : "198308251456"
    }
  },
  "created" : "2022-08-05T14:55:00+05:30",
  "contributor" : [
    {
      "reference" : "#1",
      "type" : "PractitionerRole"
    }
  ],
  "supportingInfo" : [
    {
      "reference" : "QuestionnaireResponse/198853",
      "type" : "QuestionnaireResponse"
    }
  ]
}