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

FHIR IG analytics

Packagebr.go.ses.core
Resource TypePatient
IdPatient-PacienteAugusto.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 PacienteAugusto

Perfil: Indivíduo

Augusta Pereira Other, DoB: 1979-02-19 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#1234567879)


Other Id:CNS/1234567879
Alt. Nome:Augusto Pereira(Official)
Detalhes do contacto
  • ph: (62) 9999-9999
  • 520870 (home)
Emergency contact person:
  • Carminha Pereira
  • ph: (62) 9999-9999
Emergency contact person:
  • Roberto
  • ph: (62) 9999-9998
Filiação:
  • nome: Maria Pereira
  • tipo: 0101
Raça/Cor e Etnina:
  • race: Preta
Patient Birth Place110001 10
NacionalidadeBrasileiro
OcupacaoObservation Usual occupation Hx
Gender IdentityOutros

Source1

{
  "resourceType": "Patient",
  "id": "PacienteAugusto",
  "meta": {
    "profile": [
      "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/individuo"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "race",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRRacaCor",
                "code": "02"
              }
            ]
          }
        }
      ],
      "url": "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRRacaCorEtnia-1.0"
    },
    {
      "extension": [
        {
          "url": "nome",
          "valueString": "Maria Pereira"
        },
        {
          "url": "tipo",
          "valueCode": "0101"
        }
      ],
      "url": "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/filiacao"
    },
    {
      "url": "http://www.saude.gov.br/fhir/r4/StructureDefinition/BRNacionalidade",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://www.saude.gov.br/fhir/r4/CodeSystem/BRNacionalidade",
            "code": "B"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.saude.go.gov.br/r4/core/CodeSystem/identidade-genero",
            "code": "151"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "110001",
        "country": "10"
      }
    },
    {
      "url": "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/patient-ocupacao",
      "valueReference": {
        "reference": "Observation/OcupacaoAugusto"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "1234567879"
    },
    {
      "system": "https://fhir.saude.go.gov.br/sid/cns",
      "value": "1234567879"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Augusto Pereira"
    },
    {
      "use": "usual",
      "text": "Augusta Pereira"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(62) 9999-9999"
    }
  ],
  "gender": "other",
  "birthDate": "1979-02-19",
  "address": [
    {
      "use": "home",
      "city": "520870"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "EP"
            }
          ]
        }
      ],
      "name": {
        "text": "Carminha Pereira"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(62) 9999-9999"
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "EP"
            }
          ]
        }
      ],
      "name": {
        "text": "Roberto"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(62) 9999-9998"
        }
      ]
    }
  ]
}