MyHealtheVet PHR FHIR API
0.3.9-current - ci-build United States of America flag

MyHealtheVet PHR FHIR API, published by VA Digital Services. This guide is not an authorized publication; it is the continuous build for version 0.3.9-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/department-of-veterans-affairs/mhv-fhir-phr-mapping/ and changes regularly. See the Directory of published versions

: Patient MHVLISAONE - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ex-VIA-patient-0",
  "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 class=\"res-header-id\"><b>Generated Narrative: Patient ex-VIA-patient-0</b></p><a name=\"ex-VIA-patient-0\"> </a><a name=\"hcex-VIA-patient-0\"> </a><a name=\"ex-VIA-patient-0-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">ROBERT M MHVLISAONE  Male, DoB: 1962-08-09 ( http://va.gov/systems/mpiPID#1013025697\u00a0(use:\u00a0official,\u00a0))</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:\">MARRIED</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Social Security number/666114838\u00a0(use:\u00a0secondary,\u00a0)</li><li><code>http://va.gov/systems/localPID</code>/49906\u00a0(use:\u00a0secondary,\u00a0)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 765-555-6688(Home)</li><li>55 NORTH MCDONALD DRIVE WINCHESTER INDIANA 47394 USA (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Next-of-Kin\">Next-of-Kin:</td><td colspan=\"3\"><ul><li>BETTY J ANTRAS </li><li>55 NORTH MCDONALD DRIVE WINCHESTER INDIANA 47394 </li><li>ph: 765-555-6688(Home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Emergency Contact\">Emergency Contact:</td><td colspan=\"3\"><ul><li>BETTY J ANTRAS </li><li>55 NORTH MCDONALD DRIVE WINCHESTER INDIANA 47394 </li><li>ph: 765-555-6688(Home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>text: WHITE, NOT OF HISPANIC ORIGIN</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The registered place of birth of the patient. A sytem may use the address.text if they don't store the birthPlace address in discrete elements.\"><a href=\"https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-patient-birthPlace.html\">Patient Birth Place</a></td><td colspan=\"3\">BOONE COUNTY KENTUCKY </td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The patient's professed religious affiliations.\"><a href=\"https://build.fhir.org/ig/HL7/fhir-extensions/StructureDefinition-patient-religion.html\">Patient Religion</a></td><td colspan=\"3\"><span title=\"Codes:\">PROTESTANT, NO DENOMINATION</span></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-religion",
      "valueCodeableConcept" : {
        "text" : "PROTESTANT, NO DENOMINATION"
      }
    },
    {
      "extension" : [
        {
          "url" : "text",
          "valueString" : "WHITE, NOT OF HISPANIC ORIGIN"
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress" : {
        "city" : "BOONE COUNTY",
        "state" : "KENTUCKY"
      }
    }
  ],
  "identifier" : [
    {
      "use" : "secondary",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SS",
            "display" : "Social Security number"
          }
        ]
      },
      "system" : "urn:oid:2.16.840.1.113883.4.1",
      "value" : "666114838"
    },
    {
      "use" : "official",
      "system" : "http://va.gov/systems/mpiPID",
      "value" : "1013025697"
    },
    {
      "use" : "secondary",
      "system" : "http://va.gov/systems/localPID",
      "value" : "49906"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "usual",
      "family" : "MHVLISAONE",
      "given" : [
        "ROBERT",
        "M"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "765-555-6688",
      "use" : "home"
    }
  ],
  "gender" : "male",
  "birthDate" : "1962-08-09",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "55 NORTH MCDONALD DRIVE"
      ],
      "city" : "WINCHESTER",
      "district" : "135",
      "state" : "INDIANA",
      "postalCode" : "47394",
      "country" : "USA"
    }
  ],
  "maritalStatus" : {
    "text" : "MARRIED"
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "N",
              "display" : "Next-of-Kin"
            }
          ]
        }
      ],
      "name" : {
        "family" : "ANTRAS",
        "given" : [
          "BETTY",
          "J"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "765-555-6688",
          "use" : "home"
        }
      ],
      "address" : {
        "line" : [
          "55 NORTH MCDONALD DRIVE"
        ],
        "city" : "WINCHESTER",
        "district" : "135",
        "state" : "INDIANA",
        "postalCode" : "47394"
      }
    },
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code" : "C",
              "display" : "Emergency Contact"
            }
          ]
        }
      ],
      "name" : {
        "family" : "ANTRAS",
        "given" : [
          "BETTY",
          "J"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "765-555-6688",
          "use" : "home"
        }
      ],
      "address" : {
        "line" : [
          "55 NORTH MCDONALD DRIVE"
        ],
        "city" : "WINCHESTER",
        "district" : "135",
        "state" : "INDIANA",
        "postalCode" : "47394"
      }
    }
  ]
}