Fujitsu Healthy Living Implementation Guide
1.1.28 - release

Publication Build: This will be filled in by the publication tooling

: Serious Adverse Event - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "SCHJO",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-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>SCHJO </b> unknown, DoB:  ( 1)</p><hr/></div>"
  },
  "identifier" : [
    {
      "value" : "1"
    }
  ],
  "name" : [
    {
      "given" : [
        "SCHJO"
      ]
    }
  ],
  "gender" : "unknown",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "unknown"
      }
    ]
  }
}