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

FHIR IG analytics

Packagebr.go.ses.saude-mulher
Resource TypePatient
IdPatient-IndividuoExemplo.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 IndividuoExemplo

Perfil: Indivíduo

Maria Santos(official) Female, DoB: 1990-08-15 ( https://fhir.saude.go.gov.br/sid/cpf#CPF#12345678901)


Other Id:CNS/898001234560001
Detalhes do contacto
Filiação:
  • tipo: 0101
  • nome: Nome da Mãe
Raça/Cor e Etnina:
  • race: Preta
Patient Birth Place520870 10
NacionalidadeBrasileiro
Gender IdentityOutros

Source1

{
  "resourceType": "Patient",
  "id": "IndividuoExemplo",
  "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": "tipo",
          "valueCode": "0101"
        },
        {
          "url": "nome",
          "valueString": "Nome da Mãe"
        }
      ],
      "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": "520870",
        "country": "10"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.saude.go.gov.br/sid/cpf",
      "value": "12345678901"
    },
    {
      "system": "https://fhir.saude.go.gov.br/sid/cns",
      "value": "898001234560001"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Maria Santos"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(62) 99999-9999"
    },
    {
      "system": "email",
      "value": "maria.santos@email.com"
    }
  ],
  "gender": "female",
  "birthDate": "1990-08-15",
  "address": [
    {
      "use": "home",
      "line": [
        "Centro",
        "Avenida Central",
        "100"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-informacao-endereco",
              "valueCode": "bairro"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-informacao-endereco",
              "valueCode": "logradouro"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "https://fhir.saude.go.gov.br/r4/core/StructureDefinition/tipo-informacao-endereco",
              "valueCode": "numero"
            }
          ]
        }
      ],
      "city": "520870"
    }
  ]
}