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

FHIR IG analytics

Packagehl7.fhir.pt.obs-neonat
Resource TypePatient
IdPatient-mother.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: Patient mother

NOME DE TESTE (sem género declarado), DoB: 1989-07-30 ( http://example#1234567)


Detalhes do contactoMORADA DE TESTE
Patient Nationality:
  • code: Portugal

Source1

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