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

FHIR IG Statistics: CodeSystem/UKCore-PersonMaritalStatus

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeCodeSystem
IdUKCore-PersonMaritalStatus
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fhir.r4.ukcore.stu3.currentbuild@0.23.0-pre-release&canonical=https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatus
URLhttps://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatus
Version1.0.0
Statusretired
Date2022-08-26
NameUKCorePersonMaritalStatus
TitleUK Core Person Marital Status
Realmus
Authorityhl7
DescriptionA set of code from Data Dictionaries used within the UK not already covered by more specific concepts in the HL7 FHIR standard Value Set
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.
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "UKCore-PersonMaritalStatus",
  "url": "https://fhir.hl7.org.uk/CodeSystem/UKCore-PersonMaritalStatus",
  "version": "1.0.0",
  "name": "UKCorePersonMaritalStatus",
  "title": "UK Core Person Marital Status",
  "status": "retired",
  "date": "2022-08-26",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "description": "A set of code from Data Dictionaries used within the UK not already covered by more specific concepts in the HL7 FHIR standard Value Set",
  "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.",
  "caseSensitive": true,
  "content": "complete",
  "filter": [
    {
      "code": "ApplicableCountry",
      "description": "Filter to identify an applicable country for a concept",
      "operator": [
        "="
      ],
      "value": "ApplicableCountry"
    }
  ],
  "property": [
    {
      "code": "ApplicableCountry",
      "description": "A UK country where the concept is known to be applicable based on the source information used to construct this CodeSystem as identified within the CodeSystem.identifier fields. In each case this can be one of: England | Scotland | Wales | Northern Ireland",
      "type": "string"
    }
  ],
  "concept": [
    {
      "code": "married-or-civil-partner",
      "display": "Married/Civil Partner",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "England"
        }
      ]
    },
    {
      "code": "civil-partner",
      "display": "Civil Partner",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "Scotland"
        },
        {
          "code": "ApplicableCountry",
          "valueString": "Wales"
        }
      ]
    },
    {
      "code": "never-married-nor-registered-civil-partnership",
      "display": "Never married nor registered civil partnership",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "Scotland"
        }
      ]
    },
    {
      "code": "divorced-or-civil-partnership-dissolved",
      "display": "Divorced/Person whose Civil Partnership has been dissolved",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "England"
        }
      ]
    },
    {
      "code": "civil-partnership-dissolved",
      "display": "Person whose Civil Partnership has been dissolved",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "Scotland"
        },
        {
          "code": "ApplicableCountry",
          "valueString": "Wales"
        }
      ]
    },
    {
      "code": "widowed-or-surviving-civil-partner",
      "display": "Widowed/Surviving Civil Partner",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "England"
        }
      ]
    },
    {
      "code": "surviving-civil-partner",
      "display": "Surviving Civil Partner",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "Scotland"
        },
        {
          "code": "ApplicableCountry",
          "valueString": "Wales"
        }
      ]
    },
    {
      "code": "not-disclosed-or-unknown",
      "display": "Not disclosed or unknown",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "Wales"
        }
      ]
    },
    {
      "code": "not-disclosed",
      "display": "Not disclosed",
      "property": [
        {
          "code": "ApplicableCountry",
          "valueString": "England"
        }
      ]
    }
  ]
}