0.1.0 - ci-build

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

: Patient (Example) - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "ONCOnnect-EX-TB-Patient",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ccc-onconnect.de/StructureDefinition/onconnect-pr-tb-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ONCOnnect-EX-TB-Patient</b></p><a name=\"ONCOnnect-EX-TB-Patient\"> </a><a name=\"hcONCOnnect-EX-TB-Patient\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-onconnect-pr-tb-patient.html\">Patient (Profile)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Leo Muster (official) Other, DoB: 1980-04-06 ( Krankenversichertennummer)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\">Medical record number/1234567890</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Bürgersteig 5c, c/o Müller Dorfingen 10000 Deutschland </td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code" : "KVZ10"
          }
        ]
      },
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "A123456780",
      "assigner" : {
        "identifier" : {
          "type" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
                "code" : "XX"
              }
            ]
          },
          "system" : "http://fhir.de/sid/arge-ik/iknr",
          "value" : "9876543213"
        },
        "display" : "AOK Musterland"
      }
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "urn:oncohub:patient-id",
      "value" : "1234567890"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Muster",
      "given" : [
        "Leo"
      ],
      "prefix" : [
        "Dr."
      ],
      "_prefix" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode" : "AC"
            }
          ]
        }
      ]
    }
  ],
  "gender" : "other",
  "_gender" : {
    "extension" : [
      {
        "url" : "http://fhir.de/StructureDefinition/gender-amtlich-de",
        "valueCoding" : {
          "system" : "http://fhir.de/CodeSystem/gender-amtlich-de",
          "code" : "X"
        }
      }
    ]
  },
  "birthDate" : "1980-04-06",
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "Bürgersteig 5c, c/o Müller"
      ],
      "city" : "Dorfingen",
      "postalCode" : "10000",
      "country" : "Deutschland"
    }
  ]
}