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

FHIR IG Statistics: ValueSet/ValueSet-SHD-CarerConsultation

Packagesupportedhospitaldischarge.stu3
Resource TypeValueSet
IdValueSet-SHD-CarerConsultation
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=supportedhospitaldischarge.stu3@0.1.5&canonical=https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-CarerConsultation
URLhttps://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-CarerConsultation
Version0.0.1
Statusdraft
Date2021-04-22T06:34:35.4276846+00:00
NameAssessment/Discharge Notice Carer Consultation Status
TitleAssessment/Discharge Notice Carer Consultation Status
DescriptionA ValueSet that describes whether a patient's main carer has been consulted about the Assessment or Discharge Notice.
PurposeA ValueSet that describes whether a patient's main carer has been consulted about the Assessment or Discharge Notice.
CopyrightCopyright © Nottinghamshire County Council 2020

Resources that use this resource

StructureDefinition
SHD-QuestionnaireResponse-AssessmentNoticeSHD-QuestionnaireResponse-AssessmentNotice
SHD-QuestionnaireResponse-DischargeNoticeSHD-QuestionnaireResponse-DischargeNotice

Resources that this resource uses

CodeSystem
SHD-CarerConsultationAssessment/Discharge Notice Carer Consultation Status

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-SHD-CarerConsultation",
  "meta": {
    "lastUpdated": "2021-04-22T06:34:35.595+00:00"
  },
  "url": "https://fhir.nottinghamshire.gov.uk/STU3/valueset/SHD-CarerConsultation",
  "version": "0.0.1",
  "name": "Assessment/Discharge Notice Carer Consultation Status",
  "title": "Assessment/Discharge Notice Carer Consultation Status",
  "status": "draft",
  "date": "2021-04-22T06:34:35.4276846+00:00",
  "description": "A ValueSet that describes whether a patient's main carer has been consulted about the Assessment or Discharge Notice.",
  "purpose": "A ValueSet that describes whether a patient's main carer has been consulted about the Assessment or Discharge Notice.",
  "copyright": "Copyright © Nottinghamshire County Council 2020",
  "compose": {
    "include": [
      {
        "system": "https://fhir.nottinghamshire.gov.uk/STU3/codesystem/SHD-CarerConsultation",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "NKC",
            "display": "No Known Carer"
          }
        ]
      }
    ]
  }
}