FHIR IG analytics| Package | ans.fhir.fr.cds |
| Resource Type | Patient |
| Id | Patient-cds-patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Patient cds-patient-example
Dernière mise à jour : 2023-09-27 13:48:19+0100
Profil: FR Core Patient INS Profile
Jacques Thobois (official) Male, Date de Naissance :1984-10-02 ( NIR définitif (use: official, ))
| Patient Birth Place | GOULVEN | ||
| FR Core Patient Ident Reliability Extension: |
| ||
{
"resourceType": "Patient",
"id": "cds-patient-example",
"meta": {
"lastUpdated": "2023-09-27T13:48:19.342+01:00",
"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": "29064"
}
}
],
"city": "GOULVEN"
}
}
],
"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"
}
],
"name": [
{
"extension": [
{
"url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name",
"valueString": "Jacques"
}
],
"use": "official",
"family": "Thobois",
"given": [
"Jacques"
]
}
],
"gender": "male",
"birthDate": "1984-10-02"
}