IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC4-CovidVaccine1 - TTL Representation
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 "UC4-CovidVaccine1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Immunization-uv-ips> ] )
] ; #
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: Immunization UC4-CovidVaccine1</b></p><a name=\"UC4-CovidVaccine1\"> </a><a name=\"hcUC4-CovidVaccine1\"> </a><a name=\"UC4-CovidVaccine1-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://hl7.org/fhir/us/covid19library/ValueSet/covid19-cvx-codes-value-set 208}\">COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose</span></p><p><b>patient</b>: <a href=\"Patient-UC4-Patient.html\">Marta Perez Female, DoB: 1959-05-15</a></p><p><b>occurrence</b>: 2021-05-19</p><p><b>lotNumber</b>: EW0195</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Organization-UC4-CentroSaludFamiliar.html\">Organization Centro de Salud Familiar Los Volcanes</a></td></tr></table></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:vaccineCode [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/covid19library/ValueSet/covid19-cvx-codes-value-set"^^xsd:anyURI ] ;
fhir:code [ fhir:v "208" ] ;
fhir:display [ fhir:v "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose" ] ] )
] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/UC4-Patient" ]
] ; #
fhir:occurrence [ fhir:v "2021-05-19"^^xsd:date] ; #
fhir:lotNumber [ fhir:v "EW0195"] ; #
fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "Organization/UC4-CentroSaludFamiliar" ] ]
] ) . #