HL7® Austria FHIR® Core Implementation Guide
1.1.0 - STU2

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

: HL7ATCorePractitionerExample01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Practitioner",
  "id" : "HL7ATCorePractitionerExample01",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner HL7ATCorePractitionerExample01</b></p><a name=\"HL7ATCorePractitionerExample01\"> </a><a name=\"hcHL7ATCorePractitionerExample01\"> </a><a name=\"HL7ATCorePractitionerExample01-en-US\"> </a><p><b>identifier</b>: <code>urn:ietf:rfc:3986</code>/urn:oid:1.2.40.0.34.99.4613.4, <code>urn:oid:1.2.40.0.10.1.4.3.2</code>/987654321</p><p><b>active</b>: true</p><p><b>name</b>: Melanie Musterärztin </p><p><b>telecom</b>: <a href=\"mailto:office@musterpraxis.at\">office@musterpraxis.at</a>, <a href=\"tel:+436500987654321\">+436500987654321</a></p><p><b>address</b>: Mozartgasse 8 Stiege 2 St. Wolfgang Salzburg 5350 AUT (work)</p><p><b>gender</b>: Female</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.2.40.0.34.99.4613.4",
      "assigner" : {
        "display" : "Bundesministerium für Gesundheit"
      }
    },
    {
      "system" : "urn:oid:1.2.40.0.10.1.4.3.2",
      "value" : "987654321",
      "assigner" : {
        "display" : "Dachverband der österreichischen Sozialversicherungsträger"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Musterärztin",
      "given" : [
        "Melanie"
      ],
      "prefix" : [
        "Prof. Dr."
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "office@musterpraxis.at",
      "use" : "work"
    },
    {
      "system" : "phone",
      "value" : "+436500987654321",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "use" : "work",
      "type" : "both",
      "line" : [
        "Mozartgasse 8 Stiege 2"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Mozartgasse"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "8"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString" : "Stiege 2"
            },
            {
              "url" : "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-address-additionalInformation",
              "valueString" : "Barrierefreier Zugang"
            }
          ]
        }
      ],
      "city" : "St. Wolfgang",
      "state" : "Salzburg",
      "postalCode" : "5350",
      "country" : "AUT"
    }
  ],
  "gender" : "female"
}