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:Condition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "c4706e07-7290-44e8-8d34-593027b04913"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.condition"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.condition> ] )
] ; #
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: Condition c4706e07-7290-44e8-8d34-593027b04913</b></p><a name=\"c4706e07-7290-44e8-8d34-593027b04913\"> </a><a name=\"hcc4706e07-7290-44e8-8d34-593027b04913\"> </a><a name=\"c4706e07-7290-44e8-8d34-593027b04913-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.984</code>/ProblemTO.352248 (use: usual, )</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-cm F43.11}\">Acute posttraumatic stress disorder following military combat (SCT 446175003)</span></p><p><b>subject</b>: <a href=\"Patient-ex-MHV-patient-4.html\">VETERAN CASEY Unknown, DoB: 1000-01-01 ( urn:oid:2.16.840.1.113883.4.349#4 (use: usual, ))</a></p><p><b>onset</b>: 1997-01-01</p><p><b>recordedDate</b>: 2024-02-13</p><p><b>recorder</b>: <a href=\"#hcc4706e07-7290-44e8-8d34-593027b04913/ex-MHV-practitioner-36556\">Practitioner AHMED,MARUF</a></p><p><b>note</b>: Problem added from other problem under military (By AHMED,MARUF @2024-02-13)</p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #ex-MHV-practitioner-36556</b></p><a name=\"c4706e07-7290-44e8-8d34-593027b04913/ex-MHV-practitioner-36556\"> </a><a name=\"hcc4706e07-7290-44e8-8d34-593027b04913/ex-MHV-practitioner-36556\"> </a><a name=\"c4706e07-7290-44e8-8d34-593027b04913/ex-MHV-practitioner-36556-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/AuthorTO.37556 (use: usual, )</p><p><b>name</b>: AHMED,MARUF</p></blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location #ex-MHV-location-552</b></p><a name=\"c4706e07-7290-44e8-8d34-593027b04913/ex-MHV-location-552\"> </a><a name=\"hcc4706e07-7290-44e8-8d34-593027b04913/ex-MHV-location-552\"> </a><a name=\"c4706e07-7290-44e8-8d34-593027b04913/ex-MHV-location-552-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/HospitalLocationTO.552 (use: usual, )</p><p><b>name</b>: DAYTON</p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Practitioner ;
fhir:id [ fhir:v "ex-MHV-practitioner-36556" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.practitioner"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.practitioner> ] ) ] ;
( fhir:identifier [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349.4.989"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AuthorTO.37556" ] ] ) ;
( fhir:name [
fhir:text [ fhir:v "AHMED,MARUF" ] ;
fhir:family [ fhir:v "MARUF" ] ;
( fhir:given [ fhir:v "AHMED" ] ) ] )
] [
a fhir:Location ;
fhir:id [ fhir:v "ex-MHV-location-552" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.location"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.location> ] ) ] ;
( fhir:identifier [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349.4.989"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HospitalLocationTO.552" ] ] ) ;
fhir:name [ fhir:v "DAYTON" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349.4.984"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ProblemTO.352248" ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-ver-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F43.11" ] ] ) ;
fhir:text [ fhir:v "Acute posttraumatic stress disorder following military combat (SCT 446175003)" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-MHV-patient-4" ]
] ; #
fhir:onset [ fhir:v "1997-01-01"^^xsd:date] ; #
fhir:recordedDate [ fhir:v "2024-02-13"^^xsd:date] ; #
fhir:recorder [
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/alternate-reference"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "#ex-MHV-location-552" ] ] ] ) ;
fhir:reference [ fhir:v "#ex-MHV-practitioner-36556" ]
] ; #
fhir:note ( [
fhir:author [ fhir:v "AHMED,MARUF" ] ;
fhir:time [ fhir:v "2024-02-13"^^xsd:date ] ;
fhir:text [ fhir:v "Problem added from other problem under military" ]
] ) . #
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