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 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-VIA-patient-0"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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 (use: official, ))</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 (use: secondary, )</li><li><code>http://va.gov/systems/localPID</code>/49906 (use: secondary, )</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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-religion"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
fhir:text [ fhir:v "PROTESTANT, NO DENOMINATION" ] ]
] [
( fhir:extension [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "WHITE, NOT OF HISPANIC ORIGIN" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/patient-birthPlace"^^xsd:anyURI ] ;
fhir:value [
a fhir:Address ;
fhir:city [ fhir:v "BOONE COUNTY" ] ;
fhir:state [ fhir:v "KENTUCKY" ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SS" ] ;
fhir:display [ fhir:v "Social Security number" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "666114838" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "http://va.gov/systems/mpiPID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "1013025697" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "http://va.gov/systems/localPID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "49906" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:use [ fhir:v "usual" ] ;
fhir:family [ fhir:v "MHVLISAONE" ] ;
( fhir:given [ fhir:v "ROBERT" ] [ fhir:v "M" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "765-555-6688" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1962-08-09"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "55 NORTH MCDONALD DRIVE" ] ) ;
fhir:city [ fhir:v "WINCHESTER" ] ;
fhir:district [ fhir:v "135" ] ;
fhir:state [ fhir:v "INDIANA" ] ;
fhir:postalCode [ fhir:v "47394" ] ;
fhir:country [ fhir:v "USA" ]
] ) ; #
fhir:maritalStatus [
fhir:text [ fhir:v "MARRIED" ]
] ; #
fhir:contact ( [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "Next-of-Kin" ] ] ) ] ) ;
fhir:name [
fhir:family [ fhir:v "ANTRAS" ] ;
( fhir:given [ fhir:v "BETTY" ] [ fhir:v "J" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "765-555-6688" ] ;
fhir:use [ fhir:v "home" ] ] ) ;
fhir:address [
( fhir:line [ fhir:v "55 NORTH MCDONALD DRIVE" ] ) ;
fhir:city [ fhir:v "WINCHESTER" ] ;
fhir:district [ fhir:v "135" ] ;
fhir:state [ fhir:v "INDIANA" ] ;
fhir:postalCode [ fhir:v "47394" ] ]
] [
( fhir:relationship [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0131"^^xsd:anyURI ] ;
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "Emergency Contact" ] ] ) ] ) ;
fhir:name [
fhir:family [ fhir:v "ANTRAS" ] ;
( fhir:given [ fhir:v "BETTY" ] [ fhir:v "J" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "765-555-6688" ] ;
fhir:use [ fhir:v "home" ] ] ) ;
fhir:address [
( fhir:line [ fhir:v "55 NORTH MCDONALD DRIVE" ] ) ;
fhir:city [ fhir:v "WINCHESTER" ] ;
fhir:district [ fhir:v "135" ] ;
fhir:state [ fhir:v "INDIANA" ] ;
fhir:postalCode [ fhir:v "47394" ] ]
] ) . #
IG © 2022+ VA Digital Services. Package va.mhv.fhir.phr#0.3.9-current based on FHIR 4.0.1. Generated 2024-08-18
Links: Table of Contents |
QA Report
| New Issue | Issues