HL7® Austria FHIR® Core Implementation Guide
2.1.0 - STU3

HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example HealthcareService with Specialty - JSON Representation

Raw json | Download

{
  "resourceType" : "HealthcareService",
  "id" : "ExampleHealthcareService",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/core/r5/StructureDefinition/at-core-HealthcareService"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService ExampleHealthcareService</b></p><a name=\"ExampleHealthcareService\"> </a><a name=\"hcExampleHealthcareService\"> </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-at-core-HealthcareService.html\">HL7® AT Core HealthcareService Profile</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-HL7ATCoreOrganizationExample01.html\">Organization Amadeus Spital</a></p><p><b>specialty</b>: <span title=\"Codes:{https://fhir.hl7.at/core/r5/CodeSystem/at-funktionscode 11114}\">Rheumatologie</span></p><p><b>location</b>: <a href=\"Location-HL7ATCoreLocationLinz.html\">Location Campus Linz</a></p><p><b>name</b>: Rheumatology Service</p></div>"
  },
  "active" : true,
  "providedBy" : {
    🔗 "reference" : "Organization/HL7ATCoreOrganizationExample01"
  },
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.hl7.at/core/r5/CodeSystem/at-funktionscode",
          "code" : "11114",
          "display" : "Rheumatologie"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/HL7ATCoreLocationLinz"
    }
  ],
  "name" : "Rheumatology Service"
}