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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePatient
IdPatient sans NIR.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": "6106337",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-09-02T13:12:05.000+00:00"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "city": "ST VIAUD",
        "district": "44192",
        "postalCode": "44320",
        "country": "FRA"
      }
    },
    {
      "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientIdentReliability",
      "extension": [
        {
          "url": "identityReliability",
          "valueCoding": {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0445",
            "code": "PROV"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://interopsante.org/CodeSystem/fr-v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2.1123321123",
      "value": "520fcfdbf9"
    }
  ],
  "name": [
    {
      "use": "maiden",
      "family": "OUM OUM",
      "given": [
        "CHILUKURI"
      ]
    },
    {
      "use": "usual",
      "family": "BOANALIDY",
      "given": [
        "CHILUKURI"
      ]
    },
    {
      "use": "official",
      "family": "OUM OUM",
      "given": [
        "CHILUKURI"
      ]
    }
  ],
  "telecom": [
    {
      "id": "1907933791986403745",
      "system": "phone",
      "value": "+33636928854",
      "use": "mobile"
    },
    {
      "id": "6697139229070660874",
      "system": "email",
      "value": "CHILUKURI.OUMOUM@somemail.fr",
      "period": {
        "start": "2022-09-02"
      }
    },
    {
      "id": "4878836287686381892",
      "system": "email",
      "value": "CHILUKURI.BOANALIDY@othermail.fr",
      "period": {
        "start": "2022-09-02"
      }
    }
  ],
  "gender": "female",
  "birthDate": "2013-11-30",
  "multipleBirthInteger": 1,
  "managingOrganization": {
    "reference": "Organization/1720753"
  }
}