PACIO Personal Functioning and Engagement Implementation Guide
1.0.0-ballot - ballot1 US

This page is part of the PACIO Personal Functioning and Engagement Implementation Guide (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

: 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><b>Betsy Smith-Johnson</b> female, DoB Unknown ( id: 10A3D58WH1600)</p></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"
    }
  ]
}