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

FHIR IG analytics

Packagede.uk-koeln.nngm.form
Resource TypePatient
IdExample-Profile-nNGM-Patient-PatientPseudonymisiert.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": "Example_Patient_Patient-567314-Pseudonym",
  "meta": {
    "profile": [
      "http://uk-koeln.de/fhir/StructureDefinition/Patient/nNGM/pseudonymisiert"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://uk-koeln.de/fhir/CodeSystem/nNGM/identifier-type",
            "code": "P"
          }
        ]
      },
      "system": "http://uk-koeln.de/fhir/sid/nNGM/patient-pseudonym",
      "value": "567314"
    }
  ],
  "gender": "female",
  "birthDate": "1972-05-18"
}