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

FHIR IG analytics

Packagecce.fhir
Resource TypePatient
IdPatient-Pseudonym-example-1.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": "Patient-Pseudonym-example-1",
  "meta": {
    "profile": [
      "https://www.cancercoreeurope.eu/fhir/StructureDefinition/cce-core-Patient-Pseudonym"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dktk.dkfz.de/fhir/onco/core/CodeSystem/PseudonymTypeCS",
            "code": "Global"
          }
        ]
      },
      "value": "pseudonym1",
      "assigner": {
        "reference": "Organization/Organization-Organisation-example-1"
      }
    }
  ],
  "gender": "female",
  "birthDate": "2000-01-01",
  "deceasedDateTime": "2020-10-10",
  "managingOrganization": {
    "reference": "Organization/Organization-Organisation-example-1"
  }
}