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

FHIR IG Statistics: StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeStructureDefinition
IdExtension-UKCore-NHSNumberVerificationStatus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus
URLhttps://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus
Version2.1.0
Statusactive
Date2021-09-10
NameExtensionUKCoreNHSNumberVerificationStatus
TitleExtension UK Core NHS Number Verification Status
Realmus
Authorityhl7
DescriptionInformation describing the verification and tracing status of a patient's NHS Number.
PurposeThis extension extends the identifier element of the Patient resource to support the exchange of information on the verification of a Patient's NHS number.
CopyrightCopyright © 2021+ 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.
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
UKCore-PatientUK Core Patient
LogicalModel-DataStandardsWales-MedicationReportLogicalModelDataStandardsWalesMedicationReport

Resources that this resource uses

ValueSet
UKCore-NHSNumberVerificationStatusUK Core NHS Number Verification Status

Examples of Use for Extension

ResourceVersion
nw-gmsa.github.io#current:Bundle/Bundle-NonWGSTestOrderForm-CancerSolidTumor-ExampleR4
nw-gmsa.github.io#current:Bundle/Bundle-NonWGSTestOrderForm-FetalScenario-ExampleR4
uk-core-access#current:Bundle/Response-patientsearchbybirthdateR4
uk-core-access#current:Bundle/Response-patientsearchbyfamilyR4
uk-core-access#current:Bundle/Response-patientsearchbygenderR4
uk-core-access#current:Bundle/Response-patientsearchbygivenR4
uk-core-access#current:Bundle/Response-patientsearchbyidR4
uk-core-access#current:Bundle/Response-patientsearchbyidentifiervalueR4
uk-core-access#current:Bundle/Response-patientsearchbylocalsystemR4
uk-core-access#current:Bundle/Response-patientsearchbynameR4
uk-core-access#current:Bundle/Response-patientsearchbynhsnumberR4
uk-core-access#current:Bundle/Response-searchreturnswarningR4
uk-core-access#current:Patient/57bae551-2c5d-4def-a541-4b156ec49497R4
uk-core-access#current:Patient/9708ceae-ddc8-49d2-97c1-f6f161e0104aR4
uk-core-access#current:Patient/b88f0099-5213-4502-a49d-cc3887027bddR4

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Extension-UKCore-NHSNumberVerificationStatus",
  "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus",
  "version": "2.1.0",
  "name": "ExtensionUKCoreNHSNumberVerificationStatus",
  "title": "Extension UK Core NHS Number Verification Status",
  "status": "active",
  "date": "2021-09-10",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "Information describing the verification and tracing status of a patient's NHS Number.",
  "purpose": "This extension extends the identifier element of the Patient resource to support the exchange of information on the verification of a Patient's NHS number.",
  "copyright": "Copyright © 2021+ 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.",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Patient.identifier"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "NHS number verification status",
        "definition": "The verification/tracing status of the NHS number."
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-NHSNumberVerificationStatus"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "short": "Verification status of the NHS number",
        "definition": "Verification status of the NHS number.",
        "min": 1,
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "https://fhir.hl7.org.uk/ValueSet/UKCore-NHSNumberVerificationStatus"
        }
      }
    ]
  }
}