0.1.0 - ci-build

RarecareFHIRIG - Local Development build (v0.1.0). See the Directory of published versions

: Ontwikkelingsstoornis PlanDefinition - JSON Representation

Raw json | Download


{
  "resourceType" : "PlanDefinition",
  "id" : "plan-developmental-disability",
  "meta" : {
    "profile" : [
      "http://rarecare.world/fhir/StructureDefinition/disease-plan"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>https://rarecare.world/fhir/PlanDefinition/developmental-disability</code></p><p><b>version</b>: 0.1.0</p><p><b>title</b>: Ontwikkelingsstoornis</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/plan-definition-type clinical-protocol}\">Clinical Protocol</span></p><p><b>status</b>: draft</p><p><b>subject</b>: <span title=\"Codes: {http://hl7.org/fhir/resource-types Patient}\">Patient</span></p><p><b>date</b>: 2021-01-14</p><p><b>publisher</b>: Stichting Rare Care World</p><p><b>description</b>: Neutropenia management plan.</p><p><b>topic</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/definition-topic treatment}\">Treatment</span></p><h3>RelatedArtifacts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Goals</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Addresses</b></td></tr><tr><td>*</td><td><span title=\"Codes: \">Neutropenia management</span></td><td><span title=\"Codes: {http://hl7.org/fhir/sid/icd-10 D70.9}\">Neutropenia, unspecified</span></td></tr></table><h3>Actions</h3><table class=\"grid\"><tr><td>-</td><td><b>Title</b></td><td><b>Definition[x]</b></td></tr><tr><td>*</td><td>Neutrophils in blood</td><td><code>act-neutrophils-in-blood</code></td></tr></table></div>"
  },
  "url" : "https://rarecare.world/fhir/PlanDefinition/developmental-disability",
  "version" : "0.1.0",
  "title" : "Ontwikkelingsstoornis",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code" : "clinical-protocol"
      }
    ]
  },
  "status" : "draft",
  "subjectCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/resource-types",
        "code" : "Patient"
      }
    ]
  },
  "date" : "2021-01-14",
  "publisher" : "Stichting Rare Care World",
  "description" : "Neutropenia management plan.",
  "topic" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/definition-topic",
          "code" : "treatment"
        }
      ]
    }
  ],
  "relatedArtifact" : [
    {
      "type" : "documentation",
      "url" : "https://rarecare.world/disease/neutropenia"
    }
  ],
  "goal" : [
    {
      "description" : {
        "text" : "Neutropenia management"
      },
      "addresses" : [
        {
          "coding" : [
            {
              "system" : "http://hl7.org/fhir/sid/icd-10",
              "code" : "D70.9",
              "display" : "Neutropenia, unspecified"
            }
          ]
        }
      ]
    }
  ],
  "action" : [
    {
      "title" : "Neutrophils in blood",
      "definitionCanonical" : "act-neutrophils-in-blood"
    }
  ]
}