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

FHIR IG analytics

Packagehl7.fhir.stt
Resource TypePatient
IdPaciente_HAN_SOLO.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "meta": {
    "profile": [
      "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/Paciente"
    ]
  },
  "identifier": [
    {
      "system": "https://stt.telessaude.ufsc.br/fhir/r4/StructureDefinition/NamingSystemPatientId",
      "value": "1234567_1234567890",
      "assigner": {
        "reference": "Organization/3157245",
        "type": "Organization",
        "display": "HOSPITAL UNIVERSITÁRIO"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "HAN SOLO"
    }
  ],
  "gender": "male",
  "birthDate": "1965-01-01"
}