HL7 FHIR® Implementation Guide: Healthcare Associated Infection Reports, FHIR Release 1 - US Realm
May 2018 Ballot

This page is part of the Healthcare Associated Infection Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR v3.3.0. The current version which supercedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions


{
  "resourceType" : "Patient",
  "id" : "hai-patient-1",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <table> 
        <tbody> 
          <tr> 
            <td>Name</td> 
            <td>Ned <b>Nuclear</b>
            </td> 
          </tr> 
          <tr> 
            <td>Id</td> 
            <td>MRN: 12345</td> 
          </tr> 
          <tr> 
            <td>Medicaid beneficiary number</td> 
            <td>959595</td> 
          </tr>
        </tbody> 
      </table> 
    </div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MA"
          }
        ]
      },
      "value" : "959595"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MR"
          }
        ]
      },
      "value" : "12345"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Nuclear",
      "given" : [
        "Ned"
      ]
    }
  ],
  "gender" : "male",
  "birthDate" : "1954-11-25"
}