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

FHIR IG analytics

Packagese.electronichealth.fhir.ppdr.r5
Resource TypeStructureDefinition
IdStructureDefinition-related-person-re.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.ppdr.r5@0.1.0-alpha&canonical=http://electronichealth.se/fhir/NDI/StructureDefinition/related-person-re
URLhttp://electronichealth.se/fhir/NDI/StructureDefinition/related-person-re
Version0.1.0
Statusdraft
NameRelatedPersonRe
Realmse
DescriptionProfile for expressing relationship to patient that can be used to restrict access to patient data.
TypeRelatedPerson
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
se.electronichealth.fhir.ppdr.r5#0.1.0-alphapatient-data-accessPatientDataAccess
ValueSet
se.electronichealth.fhir.ppdr.r5#0.1.0-alphare-related-person-relationshipRelationer person kan ha till en patient som grund till spärr

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "related-person-re",
  "url": "http://electronichealth.se/fhir/NDI/StructureDefinition/related-person-re",
  "version": "0.1.0",
  "name": "RelatedPersonRe",
  "status": "draft",
  "description": "Profile for expressing relationship to patient that can be used to restrict access to patient data.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.patient",
        "path": "RelatedPerson.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://electronichealth.se/fhir/NDI/StructureDefinition/patient-data-access"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://electronichealth.se/fhir/NDI/ValueSet/re-related-person-relationship"
        }
      },
      {
        "id": "RelatedPerson.relationship.coding",
        "path": "RelatedPerson.relationship.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship.coding.system",
        "path": "RelatedPerson.relationship.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.relationship.coding.code",
        "path": "RelatedPerson.relationship.coding.code",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}