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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePatient
IdPatient-MichelAngelo-Nessi.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": [
      "http://interopsante.org/fhir/StructureDefinition/FrPatient"
    ]
  },
  "extension": [
    {
      "url": "http://interopsante.org/fhir/StructureDefinition/FrPatientIdentReliability",
      "extension": [
        {
          "url": "identityReliability",
          "valueCoding": {
            "system": "http://interopsante.org/fhir/CodeSystem/fr-v2-0445",
            "code": "VIDE"
          }
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "NESSI",
      "given": [
        "MICHELANGELO"
      ]
    },
    {
      "use": "usual",
      "family": "Nessi",
      "given": [
        "MichelAngelo"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "2010-08-07"
}