FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/England-RelatedPerson-National-Proxy

Packagefhir.r4.nhsengland.programme
Resource TypeStructureDefinition
IdEngland-RelatedPerson-National-Proxy
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy
URLhttps://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy
Version0.0.1-current
Statusdraft
Date2024-10-25T07:31:19+00:00
NameEnglandRelatedPersonNationalProxy
TitleEngland Related Person National Proxy
Realmus
Authorityhl7
DescriptionRelatedPerson from National Proxy elaboration
PurposeThis documents requirement for NHS England National Proxy
CopyrightCopyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at https://www.hl7.org/fhir/license.html.
TypeRelatedPerson
Kindresource

Resources that use this resource

CapabilityStatement
England-NationalProxyRequirementsCapabilityStatement England National Proxy Requirements

Resources that this resource uses

StructureDefinition
England-Identifier-NHS-NumberEngland Identifier NHS Number
UKCore-RelatedPersonUK Core Related Person

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "England-RelatedPerson-National-Proxy",
  "url": "https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy",
  "version": "0.0.1-current",
  "name": "EnglandRelatedPersonNationalProxy",
  "title": "England Related Person National Proxy",
  "status": "draft",
  "date": "2024-10-25T07:31:19+00:00",
  "publisher": "NHS England",
  "contact": [
    {
      "name": "NHS England",
      "telecom": [
        {
          "system": "email",
          "value": "interoperabilityteam@nhs.net",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "RelatedPerson from National Proxy elaboration",
  "purpose": "This documents requirement for NHS England National Proxy",
  "copyright": "Copyright © 2024+ NHS England Licensed under the Apache License, Version 2.0 (the \\\"License\\\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at  http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an \\\"AS IS\\\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. HL7® FHIR® standard Copyright © 2011+ HL7 The HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at  https://www.hl7.org/fhir/license.html.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "RelatedPerson",
  "baseDefinition": "https://fhir.hl7.org.uk/StructureDefinition/UKCore-RelatedPerson",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "RelatedPerson.identifier",
        "path": "RelatedPerson.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "system"
            }
          ],
          "rules": "closed"
        },
        "mustSupport": true
      },
      {
        "id": "RelatedPerson.identifier:NHSNumber",
        "path": "RelatedPerson.identifier",
        "sliceName": "NHSNumber",
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.active",
        "path": "RelatedPerson.active",
        "min": 1
      },
      {
        "id": "RelatedPerson.patient.identifier",
        "path": "RelatedPerson.patient.identifier",
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-NHS-Number"
            ]
          }
        ]
      },
      {
        "id": "RelatedPerson.relationship",
        "path": "RelatedPerson.relationship",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "coding.system"
            }
          ],
          "rules": "openAtEnd"
        },
        "min": 1,
        "max": "3"
      },
      {
        "id": "RelatedPerson.relationship.coding",
        "path": "RelatedPerson.relationship.coding",
        "binding": {
          "strength": "preferred",
          "valueSet": "http://hl7.org/fhir/ValueSet/relatedperson-relationshiptype"
        }
      },
      {
        "id": "RelatedPerson.relationship:Type",
        "path": "RelatedPerson.relationship",
        "sliceName": "Type",
        "max": "1"
      },
      {
        "id": "RelatedPerson.relationship:Type.coding.system",
        "path": "RelatedPerson.relationship.coding.system",
        "min": 1,
        "patternUri": "http://terminology.hl7.org/CodeSystem/v3-RoleCode"
      },
      {
        "id": "RelatedPerson.birthDate",
        "path": "RelatedPerson.birthDate",
        "mustSupport": true
      }
    ]
  }
}