FHIR IG analytics
| Package | careconnect.stu3.03.00.00 |
| Resource Type | StructureDefinition |
| Id | Extension-CareConnect-RegistrationDetails-1.json |
| FHIR Version | R3 |
| Source | https://simplifier.net/resolve?scope=careconnect.stu3.03.00.00@3.1.0&canonical=https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-RegistrationDetails-1 |
| URL | https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-RegistrationDetails-1 |
| Version | 1.0.0 |
| Status | draft |
| Date | 2017-06-07T16:23:42.3286782+01:00 |
| Name | Extension-CareConnect-RegistrationDetails-1 |
| Authority | hl7 |
| Description | This extension is constrained to represent the additional registration information for a patient. |
| Copyright | Copyright © 2016 HL7 UK
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 | Extension |
| Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Examples of Use for Extension
No extension usage examples found
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"meta": {
"lastUpdated": "2023-08-04T11:53:40.5118151+00:00"
},
"url": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-RegistrationDetails-1",
"version": "1.0.0",
"name": "Extension-CareConnect-RegistrationDetails-1",
"status": "draft",
"date": "2017-06-07T16:23:42.3286782+01:00",
"publisher": "HL7 UK",
"contact": [
{
"name": "INTEROPen",
"telecom": [
{
"system": "email",
"value": "admin@interopen.org",
"use": "work"
}
]
}
],
"description": "This extension is constrained to represent the additional registration information for a patient.",
"copyright": "Copyright © 2016 HL7 UK\r\n\r\nLicensed 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\r\n\r\nhttp://www.apache.org/licenses/LICENSE-2.0\r\n\r\nUnless 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.\r\n\r\nHL7® FHIR® standard Copyright © 2011+ HL7\r\n\r\nThe HL7® FHIR® standard is used under the FHIR license. You may obtain a copy of the FHIR license at\r\n\r\nhttps://www.hl7.org/fhir/license.html",
"fhirVersion": "3.0.2",
"kind": "complex-type",
"abstract": false,
"contextType": "resource",
"context": [
"Patient"
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension",
"path": "Extension",
"short": "Additional registration information for the Patient resource",
"definition": "Additional registration information for the Patient resource."
},
{
"id": "Extension.extension",
"path": "Extension.extension",
"slicing": {
"discriminator": [
{
"type": "value",
"path": "url"
}
],
"rules": "open"
},
"min": 0
},
{
"id": "Extension.extension:registrationPeriod",
"path": "Extension.extension",
"sliceName": "registrationPeriod",
"short": "The period of time during which the Patient registration applies",
"definition": "The period of time during which the Patient registration applies.",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:registrationPeriod.url",
"path": "Extension.extension.url",
"fixedUri": "registrationPeriod"
},
{
"id": "Extension.extension:registrationPeriod.value[x]:valuePeriod",
"path": "Extension.extension.valuePeriod",
"sliceName": "valuePeriod",
"short": "The period of time during which the Patient registration applies.",
"definition": "The period of time during which the Patient registration applies.",
"min": 1,
"type": [
{
"code": "Period"
}
]
},
{
"id": "Extension.extension:registrationType",
"path": "Extension.extension",
"sliceName": "registrationType",
"short": "The type of patient registration at the healthcare organisation",
"definition": "The type of patient registration at the healthcare organisation.",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:registrationType.url",
"path": "Extension.extension.url",
"fixedUri": "registrationType"
},
{
"id": "Extension.extension:registrationType.value[x]:valueCodeableConcept",
"path": "Extension.extension.valueCodeableConcept",
"sliceName": "valueCodeableConcept",
"short": "The type of registration for a patient at a healthcare organisation.",
"definition": "The type of registration for a patient at a healthcare organisation..",
"min": 1,
"type": [
{
"code": "CodeableConcept"
}
],
"binding": {
"strength": "required",
"description": "Registration Type",
"valueSetReference": {
"reference": "https://fhir.hl7.org.uk/STU3/ValueSet/CareConnect-RegistrationType-1"
}
}
},
{
"id": "Extension.extension:preferredBranchSurgery",
"path": "Extension.extension",
"sliceName": "preferredBranchSurgery",
"min": 0,
"max": "1"
},
{
"id": "Extension.extension:preferredBranchSurgery.url",
"path": "Extension.extension.url",
"fixedUri": "preferredBranchSurgery"
},
{
"id": "Extension.extension:preferredBranchSurgery.value[x]:valueReference",
"path": "Extension.extension.valueReference",
"sliceName": "valueReference",
"short": "Location of usual branch surgery",
"definition": "Location of usual branch surgery.",
"type": [
{
"code": "Reference",
"targetProfile": "https://fhir.hl7.org.uk/STU3/StructureDefinition/CareConnect-Location-1"
}
]
},
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "https://fhir.hl7.org.uk/STU3/StructureDefinition/Extension-CareConnect-RegistrationDetails-1"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"max": "0"
}
]
}
}