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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePatient
IdPatient-FHIR-Patient-Prenom-FHIR-Patient-Fixtures.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": "c8f895b7-84a5-488f-bf9b-1eefc0cb3091",
  "meta": {
    "versionId": "1000018352",
    "lastUpdated": "2022-08-26T13:24:56+00:00"
  },
  "language": "fr-FR",
  "identifier": [
    {
      "system": "urn:oid:1.2.250.1.300.1.1.1.113",
      "value": "420"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "FHIR PATIENT FIXTURES",
      "given": [
        "FHIR PATIENT PRENOM"
      ]
    },
    {
      "use": "usual",
      "family": "FHIR PATIENT FIXTURES",
      "given": [
        "FHIR PATIENT USUAL"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "3334925801"
    },
    {
      "system": "phone",
      "value": "6576602745"
    },
    {
      "system": "phone",
      "value": "6699215993"
    },
    {
      "system": "phone",
      "value": "6926251523"
    },
    {
      "system": "phone",
      "value": "2783411228"
    },
    {
      "system": "email",
      "value": "mail@mail.com"
    }
  ],
  "gender": "unknown",
  "birthDate": "2000-01-01",
  "deceasedDateTime": "2022-08-11T13:24:56+00:00",
  "address": [
    {
      "use": "home",
      "type": "postal",
      "line": [
        "1 rue du FHIR"
      ],
      "city": "FHIRLAND",
      "postalCode": "01010"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "U",
        "display": "unmarried"
      }
    ],
    "text": "Currently not in a marriage contract."
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "urn:oid:2.16.840.1.113883.4.642.3.1130",
              "code": "N",
              "display": "Next-of-Kin"
            }
          ],
          "text": "The nature of the relationship between the patient and the contact person."
        }
      ],
      "name": {
        "use": "official",
        "family": "FHIR_PATIENT_CORRESPONDANT"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "8500458870"
        },
        {
          "system": "phone",
          "value": "5128078640"
        },
        {
          "system": "phone",
          "value": "7045103090"
        },
        {
          "system": "phone",
          "value": "9359324199"
        },
        {
          "system": "email",
          "value": "mail@mail.com"
        }
      ],
      "address": {
        "use": "work",
        "type": "both",
        "line": [
          "1 rue du fhir"
        ],
        "city": "FHIRLAND",
        "postalCode": "01010"
      },
      "gender": "unknown"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:oid:2.16.840.1.113883.4.642.3.20",
            "code": "fr-FR",
            "display": "French (France)"
          }
        ],
        "text": "Français de France"
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/f87feab3-bfc0-4b57-a81c-cdf1e289a793"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/08af484f-811a-4f97-9ffe-c4bdbb3bb5a3"
  }
}