PACIO Personal Functioning and Engagement Implementation Guide
1.9.0 - STU1 United States of America flag

PACIO Personal Functioning and Engagement Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.9.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-pfe/ and changes regularly. See the Directory of published versions

: PFEIG-patientBSJ1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "PFEIG-patientBSJ1",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Betsy Smith-Johnson</b> female, DoB Unknown ( <code>http://example.org/identifiers/patient</code>/10A3D58WH1600)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes: {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus U}\">unmarried</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 210-222-1111(MOBILE)</li><li>111 Maple Ct, San Antonio, TX 78212</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient contact\">Contact:</td><td colspan=\"3\"><ul><li>Charles Johnson</li><li>100 Montana St., San Antonio, TX 78203</li><li>ph: (210) 222-3333</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-PFEIG-Practitioner-JohnSmith.html\">Practitioner/PFEIG-Practitioner-JohnSmith</a> &quot; SMITH&quot;</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/identifiers/patient",
      "value" : "10A3D58WH1600"
    }
  ],
  "active" : true,
  "name" : [
    {
      "text" : "Betsy Smith-Johnson",
      "family" : "Smith-Johnson",
      "given" : [
        "Betsy"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "210-222-1111",
      "use" : "mobile"
    }
  ],
  "gender" : "female",
  "address" : [
    {
      "text" : "111 Maple Ct, San Antonio, TX 78212"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code" : "U"
      }
    ]
  },
  "contact" : [
    {
      "name" : {
        "text" : "Charles Johnson"
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "(210) 222-3333"
        }
      ],
      "address" : {
        "text" : "100 Montana St., San Antonio, TX 78203"
      }
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en"
          }
        ]
      },
      "preferred" : true
    }
  ],
  "generalPractitioner" : [
    {
      🔗 "reference" : "Practitioner/PFEIG-Practitioner-JohnSmith"
    }
  ]
}