MyHealtheVet PHR FHIR API
0.3.9-current - ci-build
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
Page standards status: Informative |
{
"resourceType" : "Patient",
"id" : "ex-MHV-patient-0",
"meta" : {
"profile" : [
🔗 "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-MHV-patient-0</b></p><a name=\"ex-MHV-patient-0\"> </a><a name=\"hcex-MHV-patient-0\"> </a><a name=\"ex-MHV-patient-0-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">ROBERT MHVLISAONE Male, DoB: 1962-08-09 ( urn:oid:2.16.840.1.113883.4.349#0\u00a0(use:\u00a0usual,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr></table></div>"
},
"identifier" : [
{
"use" : "usual",
"system" : "urn:oid:2.16.840.1.113883.4.349",
"value" : "0"
}
],
"active" : true,
"name" : [
{
"family" : "MHVLISAONE",
"given" : [
"ROBERT"
]
}
],
"gender" : "male",
"birthDate" : "1962-08-09"
}