Shared Care Planning (SCP) Implementation Guide
0.2.0 - ci-build

Shared Care Planning (SCP) Implementation Guide, published by Santeon. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/santeonnl/shared-care-planning/ and changes regularly. See the Directory of published versions

: nl-core-CareTeam-01-Condition-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "nl-core-CareTeam-01-Condition-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition nl-core-CareTeam-01-Condition-01</b></p><a name=\"nl-core-CareTeam-01-Condition-01\"> </a><a name=\"hcnl-core-CareTeam-01-Condition-01\"> </a><a name=\"nl-core-CareTeam-01-Condition-01-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 282291009}\">Interpretatie van diagnose</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 429998004}\">vasculaire dementie</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-Patient-01.html\">Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen</a></p><p><b>note</b>: De laatste weken erg onrustig in de nacht</p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "282291009",
          "display" : "Interpretatie van diagnose"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "429998004",
        "display" : "vasculaire dementie"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-Patient-01",
    "type" : "Patient",
    "display" : "Patient, Johanna Petronella Maria (Jo) van Putten-van der Giessen"
  },
  "note" : [
    {
      "text" : "De laatste weken erg onrustig in de nacht"
    }
  ]
}