0.1.0 - ci-build

TumorkonferenzenIDG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: TumorPatient-example-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "TumorPatient-example-1",
  "meta" : {
    "profile" : [
      🔗 "http://idg-rlp.de/fhir/tumorkonferenzen/StructureDefinition/TumorPatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient TumorPatient-example-1</b></p><a name=\"TumorPatient-example-1\"> </a><a name=\"hcTumorPatient-example-1\"> </a><a name=\"TumorPatient-example-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Martina Mustermann (official) Female, DoB: 1965-04-03 ( Gesetzliche Krankenversicherung)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Musterfrau (Name changed for Marriage)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Musterweg 22 Musterstadt 12345 DE </td></tr></table></div>"
  },
  "identifier" : [
    {
      "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" : "Mustermann",
      "given" : [
        "Martina"
      ]
    },
    {
      "use" : "maiden",
      "family" : "Musterfrau"
    }
  ],
  "gender" : "female",
  "birthDate" : "1965-04-03",
  "address" : [
    {
      "line" : [
        "Musterweg 22"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Musterweg"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "22"
            }
          ]
        }
      ],
      "city" : "Musterstadt",
      "postalCode" : "12345",
      "country" : "DE"
    }
  ]
}