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

: BirthNN - 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:Procedure ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "BirthNN"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Birth"^^xsd:anyURI ;
fhir:link <https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Birth>     ] )
  ] ; # 
  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: Procedure BirthNN</b></p><a name=\"BirthNN\"> </a><a name=\"hcBirthNN\"> </a><a name=\"BirthNN-pt-PT\"> </a><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 384729004}\">Delivery of vertex presentation (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-mother.html\">NOME DE TESTE (no stated gender), DoB: 1989-07-30 ( http://example#1234567)</a></p><p><b>encounter</b>: <a href=\"Encounter-episodioInt.html\">Encounter: status = finished; class = Internamento (Tipos de episódio CodeSystem#INT)</a></p><p><b>performed</b>: 2024-08-01 10:00:00+0000</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=\"PractitionerRole-ObsRole.html\">PractitionerRole Obstetrician</a></td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "completed"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:384729004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "384729004" ] ;
fhir:display [ fhir:v "Delivery of vertex presentation (procedure)" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/mother" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/episodioInt" ]
  ] ; # 
  fhir:performed [ fhir:v "2024-08-01T10:00:00.000Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:actor [
fhir:reference [ fhir:v "PractitionerRole/ObsRole" ]     ]
  ] ) . #