Te Whatu Ora Shared Care FHIR API
0.3.9 - release New Zealand flag

Te Whatu Ora Shared Care FHIR API - Local Development build (v0.3.9) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Basic care plan representing only the registration of Madeleine Meringue - JSON Representation

Raw json | Download


{
  "resourceType" : "CarePlan",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2023-11-07T04:00:00Z",
    "profile" : [
      🔗 "https://fhir-ig-uat.digital.health.nz/shared-care/StructureDefinition/nz-sharedcare-rheumaticfever-careplan|1.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CarePlan </b><a name=\"BasicCarePlan\"> </a><a name=\"hcBasicCarePlan\"> </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\">ResourceCarePlan &quot;BasicCarePlan&quot; Version&quot;2&quot; Updated&quot;2023-11-07 04:00:00+0000&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-nz-sharedcare-rheumaticfever-careplan.html\">Rheumatic Fever CarePlan(version1.0.0)</a></p></div><p><b>identifier</b>: NHI/SCF7824\u00a0(use:\u00a0official), salesforce-careplan-id/00073693\u00a0(use:\u00a0usual)</p><p><b>status</b>: draft</p><p><b>intent</b>: plan</p><p><b>category</b>: Rheumatic fever secondary prevention care plan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#320721000210102)</span></p><p><b>title</b>: Basic care plan representing only the registration of Madeleine Meringue</p><p><b>subject</b>: <a href=\"Patient-MadeleineMeringue.html\">Patient/MadeleineMeringue</a> &quot; MERINGUE&quot;</p><p><b>period</b>: 2023-08-01 --&gt; 2033-07-31</p><p><b>created</b>: 2023-06-12</p><p><b>author</b>: <span>: Te Tai Tokerau Rheumatic Fever Secondary Prevention Service</span></p><p><b>careTeam</b>: <a href=\"CareTeam-SecondaryProphylaxisCareTeam.html\">CareTeam/SecondaryProphylaxisCareTeam</a> &quot;Madeleine Meringue's secondary prophylaxis team&quot;</p><p><b>addresses</b>: <a href=\"Condition-SevereRfConditionExample.html\">Condition/SevereRfConditionExample</a></p></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/nhi-id",
      "value" : "SCF7824"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "https://build.fhir.org/ig/tewhatuora/cinc-fhir-ig/CodeSystem/external-system-identifier-type-codesystem",
            "code" : "salesforce-careplan-id"
          }
        ]
      },
      "system" : "https://developer.salesforce.com/docs",
      "value" : "00073693"
    }
  ],
  "status" : "draft",
  "intent" : "plan",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "320721000210102",
          "display" : "Rheumatic fever secondary prevention care plan"
        }
      ]
    }
  ],
  "title" : "Basic care plan representing only the registration of Madeleine Meringue",
  "subject" : {
    🔗 "reference" : "Patient/MadeleineMeringue",
    "type" : "Patient"
  },
  "period" : {
    "start" : "2023-08-01",
    "end" : "2033-07-31"
  },
  "created" : "2023-06-12",
  "author" : {
    "type" : "Organization",
    "identifier" : {
      "use" : "official",
      "system" : "https://standards.digital.health.nz/ns/hpi-organisation-id",
      "value" : "G0M086-B"
    },
    "display" : "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service"
  },
  "careTeam" : [
    {
      🔗 "reference" : "CareTeam/SecondaryProphylaxisCareTeam"
    }
  ],
  "addresses" : [
    {
      🔗 "reference" : "Condition/SevereRfConditionExample",
      "type" : "Condition"
    }
  ]
}