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

FHIR IG analytics

Packagehl7.fhir.fr.medication
Resource TypePatient
IdPatient-InLine-patient-Avion.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 InLine-patient-Avion

AVION (sexe non précisé), Date de Naissance :1961-11-25 ( Identifiant interne: 5000001820 (use: usual, ))


Nom alternatif :JAUNE AVION (Official)

Source1

{
  "resourceType": "Patient",
  "id": "InLine-patient-Avion",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
            "code": "INTRN",
            "display": "Identifiant interne"
          }
        ]
      },
      "system": "https://somehospital.fr/IPP",
      "value": "5000001820"
    }
  ],
  "name": [
    {
      "use": "usual",
      "family": "AVION"
    },
    {
      "use": "official",
      "family": "AVION",
      "given": [
        "JAUNE"
      ]
    }
  ],
  "birthDate": "1961-11-25"
}