This page is part of the Logica COVID-19 FHIR Profile Library IG (v1.0.0: Informative - Informative) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Immunization;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "COVID19ImmunizationExample"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/covid19library/StructureDefinition/covid-19-immunization> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"COVID19ImmunizationExample\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid-19-immunization.html\">COVID-19 Immunization</a></p></div><p><b>Procedure Code</b>: Administration of vaccine to produce active immunity (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#33879002)</span></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: 208 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#208)</span></p><p><b>patient</b>: <a href=\"Patient-patient-anyperson-mary.html\">Patient/patient-anyperson-mary</a> \" ANYPERSON\"</p><p><b>occurrence</b>: 2021-09-21</p><p><b>primarySource</b>: true</p><p><b>manufacturer</b>: <a href=\"Organization-COVID19ManufacturerExample.html\">Organization/COVID19ManufacturerExample</a> \"Pfizer, Inc\"</p></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/us/covid19library/StructureDefinition/procedure-code" ];
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:33879002;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "33879002" ];
fhir:Coding.display [ fhir:value "Administration of vaccine to produce active immunity (procedure)" ] ] ]
];
fhir:Immunization.status [ fhir:value "completed"];
fhir:Immunization.vaccineCode [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.code [ fhir:value "208" ] ]
];
fhir:Immunization.patient [
fhir:Reference.reference [ fhir:value "Patient/patient-anyperson-mary" ]
];
fhir:Immunization.occurrenceDateTime [ fhir:value "2021-09-21"^^xsd:date];
fhir:Immunization.primarySource [ fhir:value "true"^^xsd:boolean];
fhir:Immunization.manufacturer [
fhir:Reference.reference [ fhir:value "Organization/COVID19ManufacturerExample" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.