Specyfikacja interoperacyjności prototypu SSIDL
0.1.4 - ci-build

Specyfikacja interoperacyjności prototypu SSIDL, published by Uniwersytet Medyczny w Łodzi. This guide is not an authorized publication; it is the continuous build for version 0.1.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SSIDL/ssidl-ig/ and changes regularly. See the Directory of published versions

: Przykład: Punkt pobrań nr 1 sieci LABO - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "SsidlLocationIntakePoint-2-3",
  "meta" : {
    "profile" : [
      🔗 "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-location-intakePoint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location SsidlLocationIntakePoint-2-3</b></p><a name=\"SsidlLocationIntakePoint-2-3\"> </a><a name=\"hcSsidlLocationIntakePoint-2-3\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ssidl-location-intakePoint.html\">Punkt pobrań (SSIDL)</a></p></div><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.3.4424.2.3.3</code>/222-3</p><p><b>name</b>: Punkt pobrań nr 1 sieci LABO</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS 7110}\">Punkt pobrań materiałów do badań</span></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"tel:+48111111111\">+48 111 111 111</a>, <a href=\"mailto:fake3@labo.com.pl\">fake3@labo.com.pl</a></td></tr></table><p><b>address</b>: null Kraków </p><p><b>managingOrganization</b>: <a href=\"Organization-SsidlOrganizationDiagnosticEntity-2.html\">Organization LABO Sp. z o.o.</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.3.4424.2.3.3",
      "value" : "222-3"
    }
  ],
  "name" : "Punkt pobrań nr 1 sieci LABO",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org.pl/fhir/CodeSystem/pl-medicalEntityCellType-CS",
          "code" : "7110",
          "display" : "Punkt pobrań materiałów do badań"
        }
      ]
    }
  ],
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "phone",
          "value" : "+48 111 111 111"
        },
        {
          "system" : "email",
          "value" : "fake3@labo.com.pl"
        }
      ]
    }
  ],
  "address" : {
    "_line" : [
      {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString" : "Medyczna"
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString" : "23"
          }
        ]
      }
    ],
    "city" : "Kraków"
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/SsidlOrganizationDiagnosticEntity-2"
  }
}