FHIR IG analytics| Package | hl7.fhir.pt.obs-neonat |
| Resource Type | Procedure |
| Id | Procedure-BirthNN.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Procedure BirthNN
Perfil: Perfil de Informação do Parto
status: Completed
code: Delivery of vertex presentation (procedure)
subject: NOME DE TESTE (sem género declarado), DoB: 1989-07-30 ( http://example#1234567)
encounter: Encounter: status = finished; class = Internamento (Tipos de episódio CodeSystem#INT)
performed: 2024-08-01 10:00:00+0000
| Actor |
| PractitionerRole Obstetrician |
{
"resourceType": "Procedure",
"id": "BirthNN",
"meta": {
"profile": [
"https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Birth"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}
]
}