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

FHIR IG analytics

Packagebr.ufpb.cardioremoto
Resource TypePatient
IdPatient-CardioRemotoPatientExample.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

Generated Narrative: Patient CardioRemotoPatientExample

Profile: Paciente

João Silva (official) Male, DoB: 1959-04-12 ( https://www.gov.br/receitafederal/cpf#12345678901 (use: official, ))


Active:true
Other Ids:
  • https://cardioremoto.ufpb.br/fhir/NamingSystem/patient-id/CR-000001 (use: official, )
  • https://saude.gov.br/fhir/NamingSystem/cns/123456789012345 (use: official, )
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "CardioRemotoPatientExample",
  "meta": {
    "profile": [
      "http://example.org/fhir/CardioRemotoIG/StructureDefinition/cardioremoto-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "https://cardioremoto.ufpb.br/fhir/NamingSystem/patient-id",
      "value": "CR-000001"
    },
    {
      "use": "official",
      "system": "https://saude.gov.br/fhir/NamingSystem/cns",
      "value": "123456789012345"
    },
    {
      "use": "official",
      "system": "https://www.gov.br/receitafederal/cpf",
      "value": "12345678901"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Silva",
      "given": [
        "João"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+55 83 99999-9999",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1959-04-12",
  "address": [
    {
      "line": [
        "Rua das Acácias, 100"
      ],
      "city": "João Pessoa",
      "state": "PB",
      "postalCode": "58000-000",
      "country": "Brasil"
    }
  ]
}