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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypePatient
IdPatient-FRCorePatientDeceasedExample.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


French


Narratif généré : Patient FRCorePatientDeceasedExample

Jean Martin (official) Male, Date de Naissance :1950-03-10 ( Patient internal identifier: IPP-999-001 (use: usual, ))


Actif :falseDécédé :2024-01-15
FR Core Lunar Date Extension1950-03-10
FR Core Patient Death Place ExtensionCHU de Paris, Paris, France

English


Generated Narrative: Patient FRCorePatientDeceasedExample

Jean Martin (official) Male, DoB: 1950-03-10 ( Patient internal identifier: IPP-999-001 (use: usual, ))


Active:falseDeceased:2024-01-15
FR Core Lunar Date Extension1950-03-10
FR Core Patient Death Place ExtensionCHU de Paris, Paris, France

Source1

{
  "resourceType": "Patient",
  "id": "FRCorePatientDeceasedExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-death-place",
      "valueAddress": {
        "text": "CHU de Paris, Paris, France",
        "city": "Paris",
        "postalCode": "75014"
      }
    },
    {
      "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-lunar-date",
      "valueString": "1950-03-10"
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "system": "http://hopital.fr/namingsystem/ipp",
      "value": "IPP-999-001"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "official",
      "family": "Martin",
      "given": [
        "Jean"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1950-03-10",
  "deceasedDateTime": "2024-01-15"
}