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

FHIR IG analytics

Packagealticelabs.fhir.smartal.glintt
Resource TypePatient
IdPatient-PatientExample.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",
  "id": "PatientExample",
  "meta": {
    "profile": [
      "http://alticelabs.com/fhir/StructureDefinition/SmartAL-Glintt-Patient"
    ]
  },
  "identifier": [
    {
      "system": "http://alticelabs.com/fhir/identifiers/patient",
      "value": "f47ac10b-58cc-4372-a567-0e02b2c3d479"
    },
    {
      "use": "official",
      "system": "https://spms.min-saude.pt",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "HC",
            "display": "Health Card Number"
          }
        ]
      },
      "value": "223456789"
    },
    {
      "use": "secondary",
      "system": "https://www.portaldasfinancas.gov.pt",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "TAX",
            "display": "Tax ID number"
          }
        ]
      },
      "value": "999999999"
    },
    {
      "use": "secondary",
      "system": "https://irn.justica.gov.pt",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "CZ",
            "display": "Citizenship Card"
          }
        ]
      },
      "value": "2220"
    },
    {
      "use": "secondary",
      "system": "https://www.seg-social.pt",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          }
        ]
      },
      "value": "12345670043"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Smith",
      "given": [
        "John"
      ],
      "text": "John Smith"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "960000001",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "jsmht@example.com",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1958-07-30",
  "address": [
    {
      "use": "home",
      "line": [
        "Rua da Amargura nÂș1"
      ],
      "city": "Aveiro",
      "district": "Aveiro",
      "postalCode": "3700-100"
    }
  ]
}