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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypePerson
IdBSP_KBV_PR_AW_Person_1.json
FHIR VersionR4

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

TBD

Source1

{
  "resourceType": "Person",
  "id": "3184",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-22T12:54:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Person|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Adressbuch_Anrede",
      "valueString": "Sehr geehrte Frau von Mustermann"
    },
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Adressbuch_Schlusssatz",
      "valueString": "Mit freundlichen Grüßen"
    },
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Adressbuchzuordnung",
      "valueReference": {
        "reference": "Practitioner/3153"
      }
    }
  ],
  "name": [
    {
      "family": "Freifrau von Mustermann",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz",
            "valueString": "Freifrau"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-prefix",
            "valueString": "von"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Mustermann"
          }
        ]
      },
      "given": [
        "Martina"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "077553/32211"
    },
    {
      "system": "email",
      "value": "m.mustermann@mustermann.de"
    }
  ],
  "gender": "female",
  "birthDate": "1972-03-04",
  "address": [
    {
      "type": "physical",
      "line": [
        "Musterweg 42",
        "Hinterhof 3. Etage"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "42"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "Hinterhof 3. Etage"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "10787",
      "country": "DE"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/3157"
  }
}