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-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><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-Smith-Johnson-Patient1\" Updated \"2021-03-29T19:25:34.001Z\"  (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>: 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>: unknown <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>#UNK)</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>English <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.0.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#en)</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
    }
  ]
}