@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 -------------------------------------------------------------------

<https://hl7.pt/fhir/NoticiaNascimento/Immunization/vaccNN-antid> a fhir:Immunization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vaccNN-antid"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Antid"^^xsd:anyURI ;
       fhir:l <https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Antid>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Narrativa gerada: Immunization vaccNN-antid</b></p><a name=\"vaccNN-antid\"> </a><a name=\"hcvaccNN-antid\"> </a><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\"/><p style=\"margin-bottom: 0px\">Perfil: <a href=\"StructureDefinition-Antid.html\">Perfil de Informação sobre vacinação - antid</a></p></div><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Códigos:{http://snomed.info/sct 786768001}\">Product containing only human anti-D immunoglobulin (medicinal product)</span></p><p><b>patient</b>: <a href=\"Patient-newBornNN.html\">Doente anónimo Female, DN Desconhecida</a></p><p><b>occurrence</b>: 2024-08-01 10:00:00+0000</p><p><b>lotNumber</b>: xyz-123</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:vaccineCode [
     fhir:coding ( [
       a sct:786768001 ;
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:code [ fhir:v "786768001" ] ;
       fhir:display [ fhir:v "Product containing only human anti-D immunoglobulin (medicinal product)" ]
     ] )
  ] ; # 
  fhir:patient [
     fhir:l <https://hl7.pt/fhir/NoticiaNascimento/Patient/newBornNN> ;
     fhir:reference [ fhir:v "Patient/newBornNN" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2024-08-01T10:00:00.000Z"^^xsd:dateTime
  ] ; # 
  fhir:lotNumber [ fhir:v "xyz-123"] . # 

# -------------------------------------------------------------------------------------

