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

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

: ExampleHealthcareService2 - JSON Representation

Raw json | Download


{
  "resourceType" : "HealthcareService",
  "id" : "hs2",
  "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=\"hs2\"> </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;hs2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseHealthcareService.html\">UZBaseHealthcareService</a></p></div><p><b>identifier</b>: id:\u00a01024</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-org1.html\">Organization/org1</a> &quot;IT-Med Hospital&quot;</p><p><b>category</b>: benefit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-category#benefit)</span></p><p><b>type</b>: outpatient <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (healthcare-service-type#outpatient)</span>, 1024 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (preferential-diagnosis#1024)</span></p><p><b>name</b>: Лейкемия</p></div>"
  },
  "identifier" : [
    {
      "value" : "1024"
    }
  ],
  "active" : true,
  "providedBy" : {
    "reference" : "Organization/org1"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-category",
          "code" : "benefit"
        }
      ]
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://tx.ssv.uz/fhir/CodeSystem/healthcare-service-type",
          "code" : "outpatient"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://tx.ssv.uz/fhir/CodeSystem/preferential-diagnosis",
          "code" : "1024"
        }
      ]
    }
  ],
  "name" : "Лейкемия"
}