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

FHIR IG Statistics: ValueSet/contact-attempt-results

Packagesignal.core.r4
Resource TypeValueSet
Idcontact-attempt-results
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/ValueSet/contact-attempt-results
URLhttps://signalbhn.org/fhir/ValueSet/contact-attempt-results
Version6.0.0
Statusdraft
NameContactAttemptResults
TitleContact Attempt Results
Realmus
Authorityhl7
DescriptionWhile doing an Attempt to Contact by State Agency in the Referral screen, the contact attempt results have to be selected.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
contact-attempt-resultsContact Attempt Results

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "contact-attempt-results",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    }
  ],
  "url": "https://signalbhn.org/fhir/ValueSet/contact-attempt-results",
  "version": "6.0.0",
  "name": "ContactAttemptResults",
  "title": "Contact Attempt Results",
  "publisher": "Signal",
  "status": "draft",
  "experimental": true,
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "While doing an Attempt to Contact by State Agency in the Referral screen, the contact attempt results have to be selected.",
  "compose": {
    "include": [
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/contact-attempt-results",
        "concept": [
          {
            "code": "1",
            "display": "Left a Message"
          },
          {
            "code": "2",
            "display": "Scheduled an Appointment"
          },
          {
            "code": "3",
            "display": "Not Able to Reach"
          },
          {
            "code": "4",
            "display": "Client Refused"
          }
        ]
      }
    ]
  },
  "expansion": {
    "timestamp": "2023-07-31T18:35:33.1743667+00:00",
    "contains": [
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/contact-attempt-results",
        "code": "1",
        "display": "Left a Message"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/contact-attempt-results",
        "code": "2",
        "display": "Scheduled an Appointment"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/contact-attempt-results",
        "code": "3",
        "display": "Not Able to Reach"
      },
      {
        "system": "https://signalbhn.org/fhir/CodeSystem/contact-attempt-results",
        "code": "4",
        "display": "Client Refused"
      }
    ]
  }
}