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

FHIR IG analytics

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

DUPONT Male, Date de Naissance : ( Patient internal identifier: 3480787529/194704032)


Autre identifiant :Driver's license number/822146819 (, période : 1980-01-01 --> (en cours))
Nom alternatif :Jean DUPONT (Official)
Coordonnées12 rue des Lilas 76748 99100 (home)
Patient Birth PlaceMazoires FRA
TDDUI Household Situation:
  • familySituation: Seul

Source1

{
  "resourceType": "Patient",
  "id": "tddui-patient-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-patient"
    ]
  },
  "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": "63220"
            }
          }
        ],
        "city": "Mazoires",
        "country": "FRA"
      }
    },
    {
      "extension": [
        {
          "url": "familySituation",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://mos.esante.gouv.fr/NOS/TRE_R317-SituationVieQuotidienne/FHIR/TRE-R317-SituationVieQuotidienne",
                "code": "01",
                "display": "Seul"
              }
            ]
          }
        }
      ],
      "url": "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-household-situation"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "system": "https://identifiant-medicosocial-localusager.esante.gouv.fr",
      "value": "3480787529/194704032"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "https://ants.gouv.fr/",
      "value": "822146819",
      "period": {
        "start": "1980-01-01"
      }
    }
  ],
  "name": [
    {
      "extension": [
        {
          "url": "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient-birth-list-given-name",
          "valueString": "Jean Stéphane Patrick"
        }
      ],
      "use": "official",
      "family": "DUPONT",
      "given": [
        "Jean"
      ]
    },
    {
      "use": "usual",
      "family": "DUPONT"
    }
  ],
  "gender": "male",
  "_birthDate": {
    "extension": [
      {
        "url": "https://interop.esante.gouv.fr/ig/fhir/tddui/StructureDefinition/tddui-birth-order",
        "valuePositiveInt": 2
      }
    ]
  },
  "address": [
    {
      "use": "home",
      "line": [
        "12 rue des Lilas"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "12"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase",
              "valueString": "rue des Lilas"
            }
          ]
        }
      ],
      "postalCode": "76748",
      "country": "99100"
    }
  ]
}