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

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeStructureDefinition
IdStructureDefinition-patient-data-access.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/StructureDefinition/patient-data-access
URLhttp://electronichealth.se/fhir/NDI/StructureDefinition/patient-data-access
Version0.1.0
Statusdraft
NamePatientDataAccess
Realmse
DescriptionProfile representing a patient in a data access domain.
TypePatient
Kindresource

Resources that use this resource

StructureDefinition
se.electronichealth.fhir.ppdr.r5#0.1.0-alphapower-of-attorney-poaPower of Attorney (POA)
se.electronichealth.fhir.ppdr.r5#0.1.0-alphaproxy-permission-psProxy Permission (PS)
se.electronichealth.fhir.ppdr.r5#0.1.0-alpharelated-person-reRelatedPersonRe
se.electronichealth.fhir.ppdr.r5#0.1.0-alpharestriction-reRestriction (RE)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "patient-data-access",
  "url": "http://electronichealth.se/fhir/NDI/StructureDefinition/patient-data-access",
  "version": "0.1.0",
  "name": "PatientDataAccess",
  "status": "draft",
  "description": "Profile representing a patient in a data access domain.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open",
          "ordered": false,
          "description": "Slice on Identifier based on the system value"
        },
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.system",
        "path": "Patient.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier.value",
        "path": "Patient.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:personalIdentityNumber",
        "path": "Patient.identifier",
        "sliceName": "personalIdentityNumber",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:personalIdentityNumber.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://electronichealth.se/identifier/personnummer"
      },
      {
        "id": "Patient.identifier:coordinationNumber",
        "path": "Patient.identifier",
        "sliceName": "coordinationNumber",
        "min": 0,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Patient.identifier:coordinationNumber.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://electronichealth.se/identifier/samordningsnummer"
      },
      {
        "id": "Patient.name",
        "path": "Patient.name",
        "max": "1",
        "mustSupport": true
      }
    ]
  }
}