HL7 PT FHIR Implementation Guide: Noticia de Nascimento
0.0.1 - STU1
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
{
"resourceType" : "Procedure",
"id" : "BirthNN",
"meta" : {
"profile" : [
🔗 "https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Birth"
]
},
"text" : {
"status" : "generated",
"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>"
},
"status" : "completed",
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "384729004",
"display" : "Delivery of vertex presentation (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/mother"
},
"encounter" : {
🔗 "reference" : "Encounter/episodioInt"
},
"performedDateTime" : "2024-08-01T10:00:00.000Z",
"performer" : [
{
"actor" : {
🔗 "reference" : "PractitionerRole/ObsRole"
}
}
]
}