Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Goal - zib-treatmentobjective-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Goal",
  "id" : "zib-treatmentobjective-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Doel. Subject: <a href=\"Patient/nl-core-patient-03\">I. Jongeneel-de\n                        Haas</a>. Categorie: <span title=\"Physiotherapy (physiotherapy - goal-category)\">Physiotherapy</span>,\n                    Status: geaccepteerd</caption>\n                <tbody>\n                    <tr>\n                        <th>Omschrijving</th>\n                        <td>Target is to be able to wash independently, with a slight\n                            impairment.</td>\n                    </tr>\n                    <tr>\n                        <th>Start</th>\n                        <td>2015-04-05</td>\n                    </tr>\n                    <tr>\n                        <th>Doel</th>\n                        <td>\n                            <span title=\"Zich wassen (d510 - sid/icf-nl)\">Zich wassen</span>\n                            <div>Details: <span title=\"MATIGE beperking/participatieprobleem (tamelijk) 25-49% (d510.3 - sid/icf-nl)\">MATIGE beperking/participatieprobleem (tamelijk) 25-49%</span>\n                            </div>\n                            <div>Streefdatum: 2016-04-05</div>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Probleem</th>\n                        <td>\n                            <a href=\"Condition/zib-problem-02\">Arthropathy (disorder)</a>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "accepted",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/goal-category",
          "code" : "physiotherapy",
          "display" : "Physiotherapy"
        }
      ]
    }
  ],
  "description" : {
    "text" : "Target is to be able to wash independently, with a slight impairment."
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-03",
    "display" : "I. Jongeneel-de Haas"
  },
  "startDate" : "2015-04-05",
  "target" : {
    "measure" : {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icf-nl",
          "code" : "d510",
          "display" : "Zich wassen"
        }
      ]
    },
    "detailCodeableConcept" : {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/sid/icf-nl",
          "code" : "d510.3",
          "display" : "MATIGE beperking/participatieprobleem (tamelijk) 25-49%"
        }
      ]
    },
    "dueDate" : "2016-04-05"
  },
  "addresses" : [
    {
      🔗 "reference" : "Condition/zib-problem-02",
      "display" : "Arthropathy (disorder)"
    }
  ]
}