BSeR: Bidirectional Services_eReferral
2.0.0-connectathon - CI Build United States of America flag

BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). See the Directory of published versions

: Patient Baby B Everybaby - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-us-core-patient-baby-everybaby",
  "meta" : {
    "versionId" : "3",
    "lastUpdated" : "2023-03-31T04:46:51.931+00:00",
    "source" : "#lXHTzAy8WX07lxai",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <div class=\"hapiHeaderText\">Baby B \n                <b>EVERYBABY </b>\n            </div>\n            <table class=\"hapiPropertyTable\">\n                <tbody>\n                    <tr>\n                        <td>Identifier</td>\n                        <td>9932702</td>\n                    </tr>\n                    <tr>\n                        <td>Address</td>\n                        <td>\n                            <span>5101 Peachtree St NE </span>\n                            <br/>\n                            <span>Atlanta </span>\n                            <span>GA </span>\n                            <span>US </span>\n                        </td>\n                    </tr>\n                    <tr>\n                        <td>Date of birth</td>\n                        <td>\n                            <span>15 January 2019</span>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "text",
          "valueString" : "White"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5",
            "display" : "Not Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Not Hispanic or Latino"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ]
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "9932702"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Everybaby",
      "given" : [
        "Baby",
        "B"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-(404)555-1212",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "baby.everybaby@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "2019-01-15",
  "address" : [
    {
      "line" : [
        "5101 Peachtree St NE"
      ],
      "city" : "Atlanta",
      "state" : "GA",
      "postalCode" : "30302",
      "country" : "US"
    }
  ]
}