COVID19 Case Reporting
0.1.0 - CI Build International flag

COVID19 Case Reporting - Local Development build (v0.1.0). See the Directory of published versions

: Example Immunization - Covid19AssessmentVaccinationExample - 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 "Covid19AssessmentVaccinationExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-assessment-vaccination"^^xsd:anyURI ;
fhir:link <http://openhie.org/fhir/covid19-casereporting/StructureDefinition/covid19-assessment-vaccination>     ] )
  ] ; # 
  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=\"Covid19AssessmentVaccinationExample\"> </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;Covid19AssessmentVaccinationExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-covid19-assessment-vaccination.html\">Immunization Tracking</a></p></div><p><b>status</b>: completed</p><p><b>vaccineCode</b>: XM8NQ0 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (mms#XM8NQ0)</span></p><p><b>patient</b>: <a href=\"Patient-Covid19PatientExample.html\">Patient/Covid19PatientExample</a> &quot; SMITH&quot;</p><p><b>encounter</b>: <a href=\"Encounter-Covid19AssessmentEncounterExample.html\">Encounter/Covid19AssessmentEncounterExample</a></p><p><b>occurrence</b>: 2022-07-28</p><p><b>reportOrigin</b>: Vaccine Card <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-source-of-info.html\">Source of Information</a>#VaccineCard)</span></p><p><b>lotNumber</b>: 1</p><p><b>expirationDate</b>: 2022-12-28</p><p><b>note</b>: Some other text... (By Organization/Covid19OrganizationExample @Feb 7, 2015, 6:28:17 PM)</p><h3>ProtocolApplieds</h3><table class=\"grid\"><tr><td>-</td><td><b>Series</b></td><td><b>DoseNumber[x]</b></td></tr><tr><td>*</td><td>Primary</td><td>1</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://icd.who.int/icd11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XM8NQ0" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/Covid19PatientExample" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/Covid19AssessmentEncounterExample" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2022-07-28"^^xsd:date] ; # 
  fhir:reportOrigin [
    ( fhir:coding [
fhir:system [ fhir:v "http://openhie.org/fhir/covid19-casereporting/CodeSystem/cs-source-of-info"^^xsd:anyURI ] ;
fhir:code [ fhir:v "VaccineCard" ]     ] )
  ] ; # 
  fhir:lotNumber [ fhir:v "1"] ; # 
  fhir:expirationDate [ fhir:v "2022-12-28"^^xsd:date] ; # 
  fhir:note ( [
fhir:author [
a fhir:Reference ;
fhir:reference [ fhir:v "Organization/Covid19OrganizationExample" ]     ] ;
fhir:time [ fhir:v "2015-02-07T13:28:17-05:00"^^xsd:dateTime ] ;
fhir:text [ fhir:v "Some other text..." ]
  ] ) ; # 
  fhir:protocolApplied ( [
fhir:series [ fhir:v "Primary" ] ;
fhir:doseNumber [ fhir:v "1"^^xsd:positiveInteger ]
  ] ) . #