PFLIP HL7 FHIR Implementation Guide
0.9.0 - draft

PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Bsp. Pseudonymisierte Bewohner*in #08 - JSON Representation

Raw json | Download

{
  "resourceType" : "Patient",
  "id" : "bewohnerin-pseudonymisiert-08",
  "meta" : {
    "profile" : [
      🔗 "https://pflip-ig.isst.fraunhofer.de/fhir/StructureDefinition/patient-bewohner-pseudonymisiert"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient bewohnerin-pseudonymisiert-08</b></p><a name=\"bewohnerin-pseudonymisiert-08\"> </a><a name=\"hcbewohnerin-pseudonymisiert-08\"> </a><a name=\"bewohnerin-pseudonymisiert-08-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient Male, DoB:  ( pseudonymized)</p><hr/></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
            "code" : "PSEUDED"
          }
        ]
      }
    }
  ],
  "gender" : "male",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "https://pflip-ig.isst.fraunhofer.de/fhir/StructureDefinition/geburtstag-mm-yyyy",
        "valueString" : "04-1985"
      }
    ]
  }
}