FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.core.r5
Resource TypePractitioner
IdPractitioner-HL7ATCorePractitionerExample01.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Practitioner HL7ATCorePractitionerExample01

identifier: Uniform Resource Identifier (URI)/urn:oid:1.2.40.0.34.99.4613.4, urn:oid:1.2.40.0.10.1.4.3.2/987654321

active: true

name: Melanie Musterärztin

telecom: office@musterpraxis.at, +436500987654321

gender: Female

address: Mozartgasse 8 Stiege 2 St. Wolfgang Salzburg 5350 AUT (work)


Source1

{
  "resourceType": "Practitioner",
  "id": "HL7ATCorePractitionerExample01",
  "meta": {
    "profile": [
      "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-practitioner"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
    }
  ],
  "gender": "female",
  "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/5.0.0/StructureDefinition/at-core-ext-address-additionalInformation",
              "valueString": "Barrierefreier Zugang"
            }
          ]
        }
      ],
      "city": "St. Wolfgang",
      "state": "Salzburg",
      "postalCode": "5350",
      "country": "AUT"
    }
  ]
}