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

FHIR IG Statistics: ValueSet/ValueSet-SHD-PatientConsent

Packagesupportedhospitaldischarge.stu3
Resource TypeValueSet
IdValueSet-SHD-PatientConsent
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-PatientConsent
URLhttps://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-PatientConsent
Version0.0.1
Statusdraft
Date2021-04-22T06:34:46.2967866+00:00
NameAssessment Notice Patient Consent Status
TitleAssessment Notice Patient Consent Status
DescriptionA ValueSet that describes whether a patient has consented to the Assessment Notice.
PurposeA ValueSet that describes whether a patient has consented to the Assessment Notice.
CopyrightCopyright © Nottinghamshire County Council 2020

Resources that use this resource

StructureDefinition
SHD-QuestionnaireResponse-AssessmentNoticeSHD-QuestionnaireResponse-AssessmentNotice

Resources that this resource uses

CodeSystem
SHD-PatientConsentAssessment Notice Patient Consent Status

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-SHD-PatientConsent",
  "meta": {
    "lastUpdated": "2021-04-22T06:34:46.433+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-PatientConsent",
  "version": "0.0.1",
  "name": "Assessment Notice Patient Consent Status",
  "title": "Assessment Notice Patient Consent Status",
  "status": "draft",
  "date": "2021-04-22T06:34:46.2967866+00:00",
  "description": "A ValueSet that describes whether a patient has consented to the Assessment Notice.",
  "purpose": "A ValueSet that describes whether a patient has consented to the Assessment Notice.",
  "copyright": "Copyright © Nottinghamshire County Council 2020",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/SHD-PatientConsent",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "L",
            "display": "Lacks Mental Capacity"
          }
        ]
      }
    ]
  }
}