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

FHIR IG analytics

Packageans.fhir.fr.cdl
Resource TypePatient
IdPatient-0d920958-b596-4b91-af67-9bafc707820b.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

Generated Narrative: Patient 0d920958-b596-4b91-af67-9bafc707820b

Michel ROUBINOWITZ (official) Male, DoB: 1975-03-11 ( NIR définitif (use: official, ))


Active:true
Contact Detail
Patient Birth PlaceChantilly
FR Core Patient Ident Reliability Extension:

Source1

{
  "resourceType": "Patient",
  "id": "0d920958-b596-4b91-af67-9bafc707820b",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "identityStatus",
          "valueCoding": {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0445",
            "code": "VALI"
          }
        }
      ],
      "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-identity-reliability"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-birthPlace",
      "valueAddress": {
        "extension": [
          {
            "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-address-insee-code",
            "valueCoding": {
              "system": "https://mos.esante.gouv.fr/NOS/TRE_R13-Commune/FHIR/TRE-R13-Commune",
              "code": "60500"
            }
          }
        ],
        "city": "Chantilly"
      }
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
            "code": "INS-NIR"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.213.1.4.8",
      "value": "123456789012244"
    }
  ],
  "active": true,
  "name": [
    {
      "extension": [
        {
          "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name",
          "valueString": "Michel"
        }
      ],
      "use": "official",
      "family": "ROUBINOWITZ",
      "given": [
        "Michel"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+33635256986",
      "use": "mobile",
      "rank": 1
    }
  ],
  "gender": "male",
  "birthDate": "1975-03-11",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "10 Rue Guillaume Bertrand"
      ],
      "city": "Paris",
      "postalCode": "75011"
    }
  ]
}