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

FHIR IG Statistics: CodeSystem/FeedbackState

Packageelona.health
TypeCodeSystem
IdFeedbackState
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=elona.health@1.0.3&canonical=https://fhir.elona.health/CodeSystem/FeedbackState
URLhttps://fhir.elona.health/CodeSystem/FeedbackState
Statusactive
NameFeedbackState
TitleFeedbackState
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

FeedbackState

https://fhir.elona.health/CodeSystem/FeedbackState


Source

{
  "resourceType": "CodeSystem",
  "title": "FeedbackState",
  "url": "https://fhir.elona.health/CodeSystem/FeedbackState",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.elona.health"
        }
      ]
    }
  ],
  "status": "active",
  "compositional": false,
  "content": "complete",
  "concept": [
    {
      "code": "PLANNED",
      "display": "Planned"
    },
    {
      "code": "DONE",
      "display": "Done"
    },
    {
      "code": "NO_RESPONSE",
      "display": "No response"
    }
  ],
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "count": 3,
  "name": "FeedbackState"
}