FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypeProcedure
IdProcedure-BirthNN.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Narrativa gerada: Procedure BirthNN

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

Performers

-Actor
*PractitionerRole Obstetrician

Source1

{
  "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"
      }
    }
  ]
}