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

FHIR IG analytics

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

Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (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)
Contact :
  • Marie Durand
  • Relations :personne à prévenir en cas d'urgence, Mère
Patient Birth PlaceAmbléon
FR Core Patient Ident Reliability Extension:

Source1

{
  "resourceType": "Patient",
  "id": "FRCorePatientExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-ins"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "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-CommuneOM/FHIR/TRE-R13-CommuneOM",
              "code": "01006"
            }
          }
        ],
        "city": "Ambléon"
      }
    },
    {
      "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"
    }
  ],
  "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": "Pierre Yves"
        }
      ],
      "use": "official",
      "family": "Durand",
      "given": [
        "Pierre"
      ]
    }
  ],
  "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"
      }
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "extension": [
            {
              "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category",
              "valueCode": "role"
            }
          ],
          "coding": [
            {
              "system": "https://mos.esante.gouv.fr/NOS/TRE_R260-HL7RoleClass/FHIR/TRE-R260-HL7RoleClass",
              "code": "ECON",
              "display": "personne à prévenir en cas d'urgence"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-contact-relationship-category",
              "valueCode": "relationType"
            }
          ],
          "coding": [
            {
              "system": "https://mos.esante.gouv.fr/NOS/TRE_R216-HL7RoleCode/FHIR/TRE-R216-HL7RoleCode",
              "code": "MTH",
              "display": "Mère"
            }
          ]
        }
      ],
      "name": {
        "family": "Durand",
        "given": [
          "Marie"
        ]
      }
    }
  ]
}