Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: ExampleTreatment - JSON Representation

Raw json | Download


{
  "resourceType" : "ClinicalImpression",
  "id" : "treatment1",
  "meta" : {
    "profile" : [
      "https://ssv.uz/fhir/StructureDefinition/UZBaseClinicalImpressionTreatment"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ClinicalImpression</b><a name=\"treatment1\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ClinicalImpression &quot;treatment1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseClinicalImpressionTreatment.html\">UZBaseClinicalImpressionTreatment</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Plan of care note <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#18776-5)</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>summary</b>: Some real activities used during treatment</p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "18776-5",
        "display" : "Plan of care note"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat1"
  },
  "summary" : "Some real activities used during treatment"
}