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

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

: ExampleOrganizationSoftwareProvider - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "org2",
  "meta" : {
    "profile" : [
      "https://ssv.uz/fhir/StructureDefinition/UZBaseOrganization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"org2\"> </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 Organization &quot;org2&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-UZBaseOrganization.html\">UZBaseOrganization</a></p></div><p><b>identifier</b>: id:\u00a014379569</p><p><b>active</b>: true</p><p><b>type</b>: Non-Healthcare Business or Corporation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#bus)</span></p><p><b>name</b>: Kodality Ltd</p><p><b>alias</b>: Kodality</p><p><b>telecom</b>: <a href=\"mailto:info@kodality.com\">info@kodality.com</a></p><p><b>address</b>: Valukoja 10 Tallinn EST </p></div>"
  },
  "identifier" : [
    {
      "system" : "https://ariregister.rik.ee",
      "value" : "14379569"
    }
  ],
  "active" : true,
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
          "code" : "bus"
        }
      ]
    }
  ],
  "name" : "Kodality Ltd",
  "alias" : [
    "Kodality"
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "info@kodality.com"
    }
  ],
  "address" : [
    {
      "line" : [
        "Valukoja 10"
      ],
      "city" : "Tallinn",
      "country" : "EST"
    }
  ]
}