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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePatient
IdPatient-Martine-Selfiesante.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

MME Martine SELFIESANTE
Identifier179125612113516
Address12 rue de Paris
Rennes FRA
Date of birth15 May 1955

Source1

{
  "resourceType": "Patient",
  "id": "f32ace62-4040-44df-9281-4c6844902777",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-03-16T14:54:15.801+01:00",
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "district": "01019"
      }
    },
    {
      "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientIdentReliability",
      "extension": [
        {
          "url": "identityReliability",
          "valueCoding": {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0445",
            "code": "VALI",
            "display": "Identité validée"
          }
        },
        {
          "url": "validationDate",
          "valueDate": "2020-04-22"
        },
        {
          "url": "validationMode",
          "valueCoding": {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-cs-mode-validation-identite",
            "code": "CN",
            "display": "Carte nationale d'identité"
          }
        }
      ]
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
            "code": "INS-NIR",
            "display": "NIR définitif"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.213.1.4.8",
      "value": "179125612113516"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "selfiesante",
      "given": [
        "Martine"
      ],
      "prefix": [
        "MME"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "06 98 65 32 65",
      "use": "mobile"
    }
  ],
  "gender": "female",
  "birthDate": "1955-05-15",
  "address": [
    {
      "line": [
        "12 rue de Paris"
      ],
      "city": "Rennes",
      "postalCode": "35000",
      "country": "FRA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "D",
        "display": "Divorced"
      }
    ]
  }
}