MyHealtheVet use of PGHD
0.2.10-beta - ci-build United States of America flag

MyHealtheVet use of PGHD - Local Development build (v0.2.10-beta) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example of an MHV immunization R4 to flu, no note, no reaction - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ex-MHV-immunization-0"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.immunization"^^xsd:anyURI ;
fhir:link <https://johnmoehrke.github.io/MHV-PGHD/StructureDefinition/VA.MHV.immunization>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://wiki.mobilehealth.va.gov/x/Onc1C"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2ce6d9aa-c068-4809-8dda-662bcb16d09a" ]     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Immunization</b><a name=\"ex-MHV-immunization-0\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Immunization &quot;ex-MHV-immunization-0&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-VA.MHV.immunization.html\">VA MHV Immunization</a></p><p style=\"margin-bottom: 0px\">Tag: <span title=\"{https://wiki.mobilehealth.va.gov/x/Onc1C https://wiki.mobilehealth.va.gov/x/Onc1C}\">https://wiki.mobilehealth.va.gov/x/Onc1C</span></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: influenza, live, intranasal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-CVX.html\">Vaccine Administered Code Set (CVX)</a>#111)</span></p><p><b>patient</b>: <a href=\"Patient-ex-patient.html\">Patient/ex-patient</a> &quot; SCHMIDT&quot;</p><p><b>occurrence</b>: 2020-12-25 23:50:50-0500</p><p><b>recorded</b>: 2020-12-25 23:50:50-0500</p><p><b>primarySource</b>: false</p><p><b>reportOrigin</b>: Parent/Guardian/Patient Recall <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-immunization-origin.html\">Immunization Origin Codes</a>#recall)</span></p><p><b>route</b>: Injection, intramuscular <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-RouteOfAdministration.html\">RouteOfAdministration</a>#IM)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/cvx"^^xsd:anyURI ] ;
fhir:code [ fhir:v "111" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/ex-patient" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2020-12-25T23:50:50-05:00"^^xsd:dateTime] ; # 
  fhir:recorded [ fhir:v "2020-12-25T23:50:50-05:00"^^xsd:dateTime] ; # 
  fhir:primarySource [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:reportOrigin [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/immunization-origin"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recall" ]     ] )
  ] ; # 
  fhir:route [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IM" ]     ] )
  ] . #