0.1.4 - draft

: NabotoPatientExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "NabotoPatientExample",
  "meta" : {
    "profile" : [
      "http://fhir.naboto.com/StructureDefinition/naboto-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Max Mustermann </b> male, DoB: 1970-01-01 ( Social Security Number: 1111241261(use: OFFICIAL))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Id:</td><td colspan=\"3\">Patient internal identifier: 0815(use: OFFICIAL)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li><a href=\"mailto:notarealemail@naboto.com\">notarealemail@naboto.com</a></li><li>+436641234567890(MOBILE)</li><li>Landstrasse 1 Stock 9 Tür 42 Linz Oberösterreich 4020 AUT (HOME)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security Number"
          }
        ]
      },
      "system" : "urn:oid:1.2.40.0.10.1.4.3.1",
      "value" : "1111241261",
      "assigner" : {
        "display" : "Dachverband der österreichischen Sozialversicherungsträger"
      }
    },
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PI",
            "display" : "Patient internal identifier"
          }
        ]
      },
      "system" : "https://third-party-system/Patients",
      "value" : "0815",
      "assigner" : {
        "display" : "Ein GDA in Österreich"
      }
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Mustermann",
      "given" : [
        "Max"
      ],
      "prefix" : [
        "DI"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "notarealemail@naboto.com",
      "use" : "home"
    },
    {
      "system" : "sms",
      "value" : "+436641234567890",
      "use" : "mobile"
    }
  ],
  "gender" : "male",
  "birthDate" : "1970-01-01",
  "address" : [
    {
      "use" : "home",
      "type" : "both",
      "line" : [
        "Landstrasse 1 Stock 9 Tür 42"
      ],
      "_line" : [
        {
          "extension" : [
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString" : "Landstrasse"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString" : "1"
            },
            {
              "url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString" : "Stock 9 Tür 42"
            },
            {
              "url" : "http://fhir.naboto.com/StructureDefinition/at-core-ext-address-additionalInformation",
              "valueString" : "Lift vorhanden"
            }
          ]
        }
      ],
      "city" : "Linz",
      "state" : "Oberösterreich",
      "postalCode" : "4020",
      "country" : "AUT"
    }
  ]
}