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

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

: ExampleEpisodeOfCare1 - JSON Representation

Raw json | Download


{
  "resourceType" : "EpisodeOfCare",
  "id" : "episode1",
  "meta" : {
    "profile" : [
      "https://ssv.uz/fhir/StructureDefinition/UZBaseEpisodeOfCare"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: EpisodeOfCare</b><a name=\"episode1\"> </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 EpisodeOfCare &quot;episode1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseEpisodeOfCare.html\">UZBaseEpisodeOfCare</a></p></div><p><b>identifier</b>: id:\u00a0S22-8732641</p><p><b>status</b>: finished</p><p><b>type</b>: Outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-ActCode.html\">ActCode</a>#AMB)</span></p><p><b>patient</b>: <a href=\"Patient-pat1.html\">Patient/pat1</a> &quot; BOSSENKO&quot;</p><p><b>period</b>: 2022-12-08 14:00:00+0500 --&gt; 2022-12-13 18:30:00+0500</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://ssv.uz/fhir/sid/org",
      "value" : "S22-8732641"
    }
  ],
  "status" : "finished",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
          "code" : "AMB",
          "display" : "Outpatient"
        }
      ]
    }
  ],
  "patient" : {
    "reference" : "Patient/pat1"
  },
  "period" : {
    "start" : "2022-12-08T14:00:00+05:00",
    "end" : "2022-12-13T18:30:00+05:00"
  }
}