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

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypePatient
IdPatient-EcpPatient-example-1.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "EcpPatient-example-1",
  "meta": {
    "profile": [
      "https://thieme-compliance.de/fhir/StructureDefinition/EcpPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://fhir.krankenhaus.example/sid/PID",
      "value": "TestPID"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Musterfrau",
      "given": [
        "Erika"
      ],
      "prefix": [
        "Dr."
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    },
    {
      "use": "maiden",
      "family": "Gabler"
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "erika.musterfrau@irgendwo.example"
    },
    {
      "system": "phone",
      "use": "home",
      "value": "05555/5558877"
    },
    {
      "system": "sms",
      "value": "0172/5551234"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterweg 2"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "2"
            }
          ]
        }
      ],
      "city": "Musterhausen",
      "postalCode": "98764",
      "country": "DE"
    },
    {
      "type": "postal",
      "line": [
        "Postfach 8 15"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "Postfach 8 15"
            }
          ]
        }
      ],
      "city": "Musterhausen",
      "postalCode": "98764",
      "country": "DE"
    }
  ],
  "gender": "female",
  "birthDate": "1964-08-12"
}