PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU 1 Ballot

This page is part of the PACIO Advance Directive Information Implementation Guide (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Example-McBee-Patient1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Example-McBee-Patient1",
  "meta" : {
    "lastUpdated" : "2021-04-07T19:55:22+00:00",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "language" : "en-US",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"Example-McBee-Patient1\" Updated \"2021-04-07T19:55:22Z\"  (Language \"en-US\") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU4/StructureDefinition-us-core-patient.html\">US Core Patient Profile</a></p></div><p><b>identifier</b>: Social Beneficiary Identifier: 555-12-1246, Driver's License Number: 33487</p><p><b>active</b>: true</p><p><b>name</b>: Roger Rienman McBee </p><p><b>telecom</b>: <a href=\"tel:+1(469)238-2858\">+1(469)238-2858</a>, <a href=\"tel:+1(214)497-9529\">+1(214)497-9529</a>, <a href=\"mailto:rogerb@example.com\">rogerb@example.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1945-04-01</p><p><b>address</b>: 12345 Main Street Orlando FL 75219 US </p><p><b>maritalStatus</b>: NoInformation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-NullFlavor.html\">NullFlavor</a>#NI)</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SB",
            "display" : "Social Beneficiary Identifier"
          }
        ]
      },
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "555-12-1246"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "DL",
            "display" : "Driver's License Number"
          }
        ]
      },
      "system" : "urn:oid:2.16.840.1.113883.4.3.12",
      "value" : "33487"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "McBee",
      "given" : [
        "Roger",
        "Rienman"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+1(469)238-2858",
      "use" : "home",
      "rank" : 1
    },
    {
      "system" : "phone",
      "value" : "+1(214)497-9529",
      "use" : "mobile",
      "rank" : 2
    },
    {
      "system" : "email",
      "value" : "rogerb@example.com",
      "use" : "mobile",
      "rank" : 3
    }
  ],
  "gender" : "male",
  "birthDate" : "1945-04-01",
  "address" : [
    {
      "type" : "physical",
      "line" : [
        "12345 Main Street"
      ],
      "city" : "Orlando",
      "state" : "FL",
      "postalCode" : "75219",
      "country" : "US"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "NI"
      }
    ]
  }
}