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 loinc: <https://loinc.org/rdf/> .
@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:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "e5e4d36a-f31e-4d87-80a7-63f56810a50f"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.imaging"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.imaging> ] )
] ; #
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: DiagnosticReport e5e4d36a-f31e-4d87-80a7-63f56810a50f</b></p><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f\"> </a><a name=\"hce5e4d36a-f31e-4d87-80a7-63f56810a50f\"> </a><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f-en-US\"> </a><h2><span title=\"Codes:{http://www.ama-assn.org/go/cpt 73630}\">GENERAL RADIOLOGY</span> (<span title=\"Codes:{http://loinc.org LP29684-5}\">Radiology</span>) </h2><table class=\"grid\"><tr><td>Subject</td><td>ROBERT MHVLISAONE Male, DoB: 1962-08-09 ( urn:oid:2.16.840.1.113883.4.349#0 (use: usual, ))</td></tr><tr><td>When For</td><td>1997-04-21 13:36:00+0000</td></tr><tr><td>Reported</td><td>1997-04-21 13:36:00+0000</td></tr><tr><td>Performer</td><td> <a href=\"#hce5e4d36a-f31e-4d87-80a7-63f56810a50f/organization-0\">Organization RADIOLOGY</a></td></tr><tr><td>Identifiers</td><td> <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/ImagingExamTO.7029578.8663-1 (use: usual, ) Accession ID/Accession.042197-411 (use: official, ) <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/CaseNum.411 (use: secondary, )</td></tr></table><p><b>Report Details</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Practitioner #provider-0</b></p><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f/provider-0\"> </a><a name=\"hce5e4d36a-f31e-4d87-80a7-63f56810a50f/provider-0\"> </a><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f/provider-0-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/unknown (use: usual, )</p><p><b>name</b>: SUTTON,JOSEPH</p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Organization #organization-0</b></p><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f/organization-0\"> </a><a name=\"hce5e4d36a-f31e-4d87-80a7-63f56810a50f/organization-0\"> </a><a name=\"e5e4d36a-f31e-4d87-80a7-63f56810a50f/organization-0-en-US\"> </a><p><b>identifier</b>: <code>urn:oid:2.16.840.1.113883.4.349.4.989</code>/OrganizationTO.2267 (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: RADIOLOGY</p></div>"
] ; #
fhir:contained ( [
a fhir:Practitioner ;
fhir:id [ fhir:v "provider-0" ] ;
( 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 "unknown" ] ] ) ;
( fhir:name [
fhir:text [ fhir:v "SUTTON,JOSEPH" ] ;
fhir:family [ fhir:v "SUTTON,JOSEPH" ] ] )
] [
a fhir:Organization ;
fhir:id [ fhir:v "organization-0" ] ;
fhir:meta [
( fhir:profile [
fhir:v "https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization"^^xsd:anyURI ;
fhir:link <https://department-of-veterans-affairs.github.io/mhv-fhir-phr-mapping/StructureDefinition/VA.MHV.PHR.organization> ] ) ] ;
( 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 "OrganizationTO.2267" ] ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
fhir:name [ fhir:v "RADIOLOGY" ]
] ) ; #
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 "ImagingExamTO.7029578.8663-1" ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ACSN" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349.4.989"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Accession.042197-411" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.349.4.989"^^xsd:anyURI ] ;
fhir:value [ fhir:v "CaseNum.411" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
a loinc:LP29684-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LP29684-5" ] ;
fhir:display [ fhir:v "Radiology" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "73630" ] ;
fhir:display [ fhir:v "RADIOLOGIC EXAMINATION, FOOT; COMPLETE, MINIMUM OF 3 VIEWS" ] ] ) ;
fhir:text [ fhir:v "GENERAL RADIOLOGY" ]
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/ex-MHV-patient-0" ]
] ; #
fhir:encounter [
fhir:identifier [
fhir:value [ fhir:v "422109" ] ]
] ; #
fhir:effective [ fhir:v "1997-04-21T13:36:00Z"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "1997-04-21T13:36:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "#organization-0" ]
] ) ; #
fhir:resultsInterpreter ( [
fhir:reference [ fhir:v "#provider-0" ]
] ) ; #
fhir:presentedForm ( [
fhir:contentType [ fhir:v "text/plain" ] ;
fhir:data [ fhir:v "Rk9PVCAzIE9SIE1PUkUgVklFV1MKICAgClByb2MgT3JkOiBVbmtub3duCkV4bSBEYXRlOiBBUFIgMjEsIDE5OTdAMTM6MzYKUmVxIFBoeXM6IEhPTEdBRE8sUk9OQUxEICAgICAgICAgICAgICAgICBQYXQgTG9jOiBPUCBVbmtub3duLzA5LTA3LTIwMjJAMTY6MTQKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBJbWcgTG9jOiBSQURJT0xPR1kKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICBTZXJ2aWNlOiBVbmtub3duCgogCgooQ2FzZSA0MTEgQ09NUExFVEUpICBGT09UIDMgT1IgTU9SRSBWSUVXUyAgICAgICAgICAgICAoUkFEICBEZXRhaWxlZCkgQ1BUOjczNjMwCiAgICAgUHJvYyBNb2RpZmllcnMgOiBCSUxBVEVSQUwgRVhBTQoKICAgIENsaW5pY2FsIEhpc3Rvcnk6CiAgICAgIFBSRS1PUCBCVU5JT04gRVZBTFVBVElPTiAKCiAgICBSZXBvcnQgU3RhdHVzOiBWZXJpZmllZCAgICAgICAgICAgICAgICAgICBEYXRlIFJlcG9ydGVkOiBBUFIgMjIsIDE5OTcKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIERhdGUgVmVyaWZpZWQ6IEFQUiAyNCwgMTk5NwogICAgVmVyaWZpZXIgRS1TaWc6L0VTL0ouRS5TVVRUT04sTS5ELgoKICAgIFJlcG9ydDoKICAgICAgQk9USCBGRUVUOiAKICAgICAgIAogICAgICBTZXZlcmUgY2hhbmdlcyBvZiBoYWxsdXggdmFsZ3VzIGFyZSBzZWVuIGJpbGF0ZXJhbGx5LCBzb21ld2hhdAogICAgICBncmVhdGVyIG9uIHRoZSBsZWZ0IHRoYW4gb24gdGhlIHJpZ2h0LiAgVGhlIG1ldGF0YXJzb3BoYWxhbmdlYWwKICAgICAgam9pbnRzIHNob3cgZGVnZW5lcmF0aXZlIGNoYW5nZXMgYXMgd2VsbC4gCgogICAgSW1wcmVzc2lvbjoKICAgICAgU2V2ZXJlIGhhbGx1eCB2YWxndXMsIGludm9sdmluZyBib3RoIGZlZXQuICAKCiAgICBQcmltYXJ5IERpYWdub3N0aWMgQ29kZTogCgpQcmltYXJ5IEludGVycHJldGluZyBTdGFmZjoKICBKT1NFUEggU1VUVE9OLCBSYWRpb2xvZ2lzdCAoVmVyaWZpZXIpCi9KR0I="^^xsd:base64Binary ] ;
fhir:title [ fhir:v "FOOT 3 OR MORE VIEWS" ] ;
fhir:creation [ fhir:v "1997-04-21T13:36:00Z"^^xsd:dateTime ]
] ) . #
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