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

FHIR IG analytics

Packageans.fhir.fr.mesures
Resource TypePatient
IdPatient-example-mes-fr-patient-001.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

Narratif généré : Patient example-mes-fr-patient-001

Pierre Jean Durand (official) Male, Date de Naissance :1974-12-25 ( urn:oid:1.2.250.1.213.1.4.8#123456789012244 (use: official, ))


Actif :trueDécédé :false
Coordonnées
  • ph: 01 23 24 67 89(Home)
  • ph: 01 99 88 77 66(Work)
  • ph: 06 80 55 34 33(Mobile)
  • 367 rue Troussier, 45100 Orléans, France(home)

Source1

{
  "resourceType": "Patient",
  "id": "example-mes-fr-patient-001",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:oid:1.2.250.1.213.1.4.8",
      "value": "123456789012244"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Durand",
      "given": [
        "Pierre",
        "Jean"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "01 23 24 67 89",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "01 99 88 77 66",
      "use": "work",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "06 80 55 34 33",
      "use": "mobile",
      "rank": 2
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "both",
      "text": "367 rue Troussier, 45100 Orléans, France",
      "line": [
        "367 rue Troussier"
      ],
      "city": "Orléans",
      "postalCode": "45100",
      "period": {
        "start": "2018-06-01"
      }
    }
  ]
}