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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypePatient
IdPatient-Pierre-Obelix.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "2089",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/StructureDefinition/FrPatient"
    ]
  },
  "gender": "male",
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:1.2.250.1.213.1.4.2",
      "type": {
        "coding": [
          {
            "system": "http://terminology.interopsante.org/CodeSystem/v2-0203",
            "code": "PI",
            "display": "Patient internal identifier"
          }
        ]
      },
      "value": "2089"
    }
  ],
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "3 rue du test"
      ],
      "city": "PARIS",
      "postalCode": "75004"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "05 05 05 05 05",
      "use": "home",
      "rank": 1
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "OBELIX",
      "given": [
        "Pierre"
      ],
      "prefix": [
        "M."
      ]
    },
    {
      "use": "usual",
      "family": "ASTERIX",
      "given": [
        "Henry"
      ]
    }
  ]
}