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

: condition1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "condition1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition condition1</b></p><a name=\"condition1\"> </a><a name=\"hccondition1\"> </a><a name=\"condition1-en-US\"> </a><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 13130004}\">Foot inversion</span></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 7769000}\">Right foot</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>onset</b>: 2012-05-24</p></div>"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "code" : "13130004",
        "display" : "Foot inversion"
      }
    ]
  },
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "version" : "http://snomed.info/sct/11000172109",
          "code" : "7769000",
          "display" : "Right foot"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient1"
  },
  "onsetDateTime" : "2012-05-24"
}