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

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

: ExampleAnamnesis - JSON Representation

Raw json | Download


{
  "resourceType" : "ClinicalImpression",
  "id" : "anamnesis1",
  "meta" : {
    "profile" : [
      "https://ssv.uz/fhir/StructureDefinition/UZBaseClinicalImpressionAnamnesis"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ClinicalImpression</b><a name=\"anamnesis1\"> </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;anamnesis1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseClinicalImpressionAnamnesis.html\">UZBaseClinicalImpressionAnamnesis</a></p></div><p><b>status</b>: completed</p><p><b>code</b>: Medical history <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72185-2)</span></p><p><b>subject</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>effective</b>: 2022-12-10 18:32:00+0300</p><p><b>summary</b>: Anamnesis morbi and descriptions of the problem</p></div>"
  },
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "72185-2",
        "display" : "Medical history"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/pat1"
  },
  "effectiveDateTime" : "2022-12-10T18:32:00+03:00",
  "summary" : "Anamnesis morbi and descriptions of the problem"
}