FHIR IG analytics| Package | hl7.fhir.pt.obs-neonat |
| Resource Type | Patient |
| Id | Patient-mother.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narrativa gerada: Patient mother
Perfil: Perfil da mãe
NOME DE TESTE (sem género declarado), DoB: 1989-07-30 ( http://example#1234567)
| Detalhes do contacto | MORADA DE TESTE | ||
| Patient Nationality: |
| ||
{
"resourceType": "Patient",
"id": "mother",
"meta": {
"profile": [
"https://hl7.pt/fhir/NoticiaNascimento/StructureDefinition/Mother"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "code",
"valueCodeableConcept": {
"text": "Portugal"
}
}
],
"url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
}
],
"identifier": [
{
"system": "http://example",
"value": "1234567"
}
],
"name": [
{
"text": "NOME DE TESTE"
}
],
"birthDate": "1989-07-30",
"address": [
{
"line": [
"MORADA DE TESTE"
]
}
]
}