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

FHIR IG analytics

Packagekbv.basis.ressources.only
Resource TypePatient
IdPatient_904e04d0_c9f2_4edd_b734_c3526f015000.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

Diese FHIR Instanz des Profils KBV_PR_Base_Patient beschreibt die Patientendaten für Melissa Gonzales, einschließlich ihrer Adressen, Telefonnummer, Identifikatoren und dem Status des Familienstands.

Source1

{
  "resourceType": "Patient",
  "id": "904e04d0-c9f2-4edd-b734-c3526f015000",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Medical record number"
          }
        ]
      },
      "system": "http://www.acmedasdd.com/identifiers/patient",
      "value": "1002345"
    },
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "display": "Krankenversichertennummer"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "K004567123"
    },
    {
      "type": {
        "coding": [
          {
            "code": "PKV",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          },
          {
            "code": "pkv-nr",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "display": "Private Krankenversicherung"
          }
        ]
      },
      "value": "123456",
      "assigner": {
        "display": "XYZ Medical Clinic"
      }
    },
    {
      "type": {
        "coding": [
          {
            "code": "PPN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Passport number"
          }
        ]
      },
      "value": "L388G569"
    },
    {
      "type": {
        "coding": [
          {
            "code": "kvk",
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "display": "Krankenversichertenkarte"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvk-versichertennummer",
      "value": "123456784",
      "assigner": {
        "display": "XYZ Medical Clinic"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Gonzales",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Gonzales"
          }
        ]
      },
      "given": [
        "Melissa"
      ]
    },
    {
      "use": "maiden",
      "text": "Melisandre Gonzales",
      "family": "Gonzales",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Gonzales"
          }
        ]
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0172 8611693"
    }
  ],
  "gender": "other",
  "_gender": {
    "extension": [
      {
        "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
        "valueCoding": {
          "code": "D",
          "system": "http://fhir.de/CodeSystem/gender-amtlich-de"
        }
      }
    ]
  },
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-precinct",
          "valueString": "Mitte"
        }
      ],
      "type": "both",
      "line": [
        "Musterstr. 1",
        "Mitte",
        "Mitte"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        },
        null,
        null
      ],
      "city": "Berlin",
      "postalCode": "64283",
      "country": "D"
    },
    {
      "type": "postal",
      "line": [
        "124xx"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "124xx"
            }
          ]
        }
      ],
      "city": "Berlin",
      "postalCode": "15457",
      "country": "D"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "version": "2018-08-12",
        "code": "A",
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "display": "Annulled"
      }
    ]
  },
  "contact": [
    {
      "address": {
        "country": "D"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "version": "4.0.1",
            "code": "es",
            "system": "urn:ietf:bcp:47",
            "display": "Spanish"
          }
        ]
      },
      "preferred": true
    }
  ],
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  }
}