FHIR IG Statistics: StructureDefinition/England-RelatedPerson-National-Proxy
Package | fhir.r4.nhsengland.programme |
Resource Type | StructureDefinition |
Id | England-RelatedPerson-National-Proxy |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=fhir.r4.nhsengland.programme@0.2.2-pre-release&canonical=https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy |
URL | https://fhir.nhs.uk/England/StructureDefinition/England-RelatedPerson-National-Proxy |
Version | 0.0.1-current |
Status | draft |
Date | 2024-10-25T07:31:19+00:00 |
Name | EnglandRelatedPersonNationalProxy |
Title | England Related Person National Proxy |
Realm | us |
Authority | hl7 |
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. |
Type | RelatedPerson |
Kind | resource |
Resources that use this resource
Resources that this resource uses
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
}
]
}
}