Fujitsu Healthy Living Implementation Guide
1.1.30 - release

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

: patient-example-kaitlyn-b1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-example-kaitlyn-b1",
  "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>Kaitlynn Hammer </b> female, DoB: 1985-02-25 ( Medical Record Number/m1234\u00a0(use:\u00a0usual))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">123 Main St Anytown</td></tr></table></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://hospital.example.org",
      "value" : "m1234"
    }
  ],
  "name" : [
    {
      "family" : "Hammer",
      "given" : [
        "Kaitlynn"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1985-02-25",
  "address" : [
    {
      "text" : "123 Main St Anytown",
      "postalCode" : "12347",
      "country" : "US"
    }
  ]
}