Referral Prescription
1.0.0 - STU Belgium flag

Referral Prescription, published by . This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/referral/ and changes regularly. See the Directory of published versions

: dementia-condition - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "dementia-condition",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core-clinical/StructureDefinition/be-problem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition dementia-condition</b></p><a name=\"dementia-condition\"> </a><a name=\"hcdementia-condition\"> </a><a name=\"dementia-condition-en-US\"> </a><p><b>category</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-category diagnosis}\">Diagnosis</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 52448006}\">Dementia</span></p><p><b>subject</b>: <a href=\"Patient-patient1.html\">Jane Doe  Female, DoB: 1956-05-27 ( https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin#BeSSINNamingSystem#99999999999\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>recordedDate</b>: 2024-03-11</p><p><b>recorder</b>: <a href=\"PractitionerRole-requesterrole1.html\">PractitionerRole physician</a></p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-category",
          "code" : "diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "code" : "52448006"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient1"
  },
  "recordedDate" : "2024-03-11",
  "recorder" : {
    🔗 "reference" : "PractitionerRole/requesterrole1"
  }
}