PACIO Advance Directive Interoperability Implementation Guide
0.1.0 - STU1

PACIO Advance Directive Interoperability Implementation Guide, published by HL7 Patient Empowerment Working Group. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/pacio-adi/ and changes regularly. See the Directory of published versions

: Example-Smith-Johnson-Patient1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Example-Smith-Johnson-Patient1",
  "meta" : {
    "lastUpdated" : "2021-03-29T14:25:34.001-05: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><p><b>identifier</b>: id: 047e62ccf09d4b39a8add708a69b7f38</p><p><b>active</b>: true</p><p><b>name</b>: Betsy Smith-Johnson </p><p><b>telecom</b>: <a href=\"mailto:BetsySJ@example.com\">BetsySJ@example.com</a></p><p><b>gender</b>: female</p><p><b>birthDate</b>: 1950-11-15</p><p><b>address</b>: 111 Maple Court San Antonio TX 78212 US (HOME)</p><p><b>maritalStatus</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></p><h3>Communications</h3><table class=\"grid\"><tr><td>-</td><td><b>Language</b></td><td><b>Preferred</b></td></tr><tr><td>*</td><td><span title=\"Codes: {urn:ietf:bcp:47 en}\">English</span></td><td>true</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.16.840.1.113883.4.823.1",
      "value" : "047e62ccf09d4b39a8add708a69b7f38"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "Smith-Johnson",
      "given" : [
        "Betsy"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "value" : "BetsySJ@example.com",
      "use" : "home"
    }
  ],
  "gender" : "female",
  "birthDate" : "1950-11-15",
  "address" : [
    {
      "use" : "home",
      "type" : "physical",
      "line" : [
        "111 Maple Court"
      ],
      "city" : "San Antonio",
      "state" : "TX",
      "postalCode" : "78212",
      "country" : "US"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code" : "UNK"
      }
    ]
  },
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ]
      },
      "preferred" : true
    }
  ]
}