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

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

: ExampleHealthcareService1 - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "hs1",
  "meta" : {
    "profile" : [
      "https://ssv.uz/fhir/StructureDefinition/UZBaseHealthcareService"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"hs1\"> </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 HealthcareService &quot;hs1&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseHealthcareService.html\">UZBaseHealthcareService</a></p></div><p><b>identifier</b>: id:\u00a01</p><p><b>active</b>: true</p><p><b>category</b>: outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-category#outpatient)</span></p><p><b>type</b>: outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-type#outpatient)</span></p><p><b>name</b>: Консультация</p></div>"
  },
  "identifier" : [
    {
      "value" : "1"
    }
  ],
  "active" : true,
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-category",
          "code" : "outpatient"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-type",
          "code" : "outpatient"
        }
      ]
    }
  ],
  "name" : "Консультация"
}