US Public Health Profiles Library
1.0.0-ballot - STU Ballot US

This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: US Public Health Content Bundle Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "us-ph-content-bundle-example",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2022-08-02T23:38:25.596+00:00",
    "source" : "#jiavJkRs3YSDspsm",
    "profile" : [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-content-bundle"
    ]
  },
  "type" : "collection",
  "timestamp" : "2022-06-20T11:15:33-10:00",
  "entry" : [
    {
      "fullUrl" : "http://example.org/fhir/Patient/patient-ph-library-eve-everywoman",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "patient-ph-library-eve-everywoman",
        "meta" : {
          "versionId" : "10",
          "lastUpdated" : "2021-08-17T08:00:32.356+00:00",
          "source" : "#zjFlzHDvZIYVyMAB",
          "profile" : [
            "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-patient"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <div class=\"hapiHeaderText\">Eve L \n                            <b>EVERYWOMAN </b>\n                        </div>\n                        <table class=\"hapiPropertyTable\">\n                            <tbody>\n                                <tr>\n                                    <td>Identifier</td>\n                                    <td>1032702</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>24 November 1974</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"
          },
          {
            "url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-genderidentity-extension",
            "extension" : [
              {
                "url" : "value",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
                      "code" : "ASKU",
                      "display" : "asked but unknown"
                    }
                  ],
                  "text" : "asked but unknown"
                }
              }
            ]
          },
          {
            "url" : "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-tribal-affiliation-extension",
            "extension" : [
              {
                "url" : "TribeName",
                "valueCoding" : {
                  "system" : "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
                  "code" : "91",
                  "display" : "Fort Mojave Indian Tribe of Arizona, California"
                }
              },
              {
                "url" : "EnrolledTribeMember",
                "valueBoolean" : true
              }
            ]
          }
        ],
        "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" : "1032702"
          }
        ],
        "active" : true,
        "name" : [
          {
            "family" : "Everywoman",
            "given" : [
              "Eve",
              "L"
            ]
          }
        ],
        "telecom" : [
          {
            "system" : "phone",
            "value" : "1-(404)555-1212",
            "use" : "home"
          },
          {
            "system" : "email",
            "value" : "eve.everywoman@example.com"
          }
        ],
        "gender" : "female",
        "birthDate" : "1974-11-24",
        "deceasedBoolean" : false,
        "address" : [
          {
            "line" : [
              "5101 Peachtree St NE"
            ],
            "city" : "Atlanta",
            "state" : "GA",
            "postalCode" : "30302",
            "country" : "US"
          }
        ],
        "communication" : [
          {
            "language" : {
              "coding" : [
                {
                  "system" : "urn:ietf:bcp:47",
                  "code" : "en",
                  "display" : "English"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}