HL7 PT FHIR Implementation Guide: Noticia de Nascimento
0.0.1 - STU1 Portugal flag

HL7 PT FHIR Implementation Guide: Noticia de Nascimento, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/obs-neonat-ig/ and changes regularly. See the Directory of published versions

: vaccNN-bcg - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vaccNN-bcg"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Bcg"^^xsd:anyURI ;
fhir:link <https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Bcg>     ] )
  ] ; # 
  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 vaccNN-bcg</b></p><a name=\"vaccNN-bcg\"> </a><a name=\"hcvaccNN-bcg\"> </a><a name=\"vaccNN-bcg-pt-PT\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 1861000221106}\">Vaccine product containing only live attenuated Mycobacterium bovis antigen (medicinal product)</span></p><p><b>patient</b>: <a href=\"Patient-newBornNN.html\">Anonymous Patient Female, DoB Unknown</a></p><p><b>occurrence</b>: 2024-08-01 10:00:00+0000</p><p><b>lotNumber</b>: ghy-123/2024</p></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
    ( fhir:coding [
a sct:1861000221106 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1861000221106" ] ;
fhir:display [ fhir:v "Vaccine product containing only live attenuated Mycobacterium bovis antigen (medicinal product)" ]     ] )
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/newBornNN" ]
  ] ; # 
  fhir:occurrence [ fhir:v "2024-08-01T10:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:lotNumber [ fhir:v "ghy-123/2024"] . #