IDEA4RC FHIR Implementation Guide
0.1.0 - CI Build 150

IDEA4RC FHIR Implementation Guide, published by IDEA4RC Project. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/idea4rc/ and changes regularly. See the Directory of published versions

: Status at the Last Follow Up - JSON Representation

Active as of 2024-11-12

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "status-last-followup-i4rc",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet status-last-followup-i4rc</b></p><a name=\"status-last-followup-i4rc\"> </a><a name=\"hcstatus-last-followup-i4rc\"> </a><a name=\"status-last-followup-i4rc-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cs-generic-eu-i4rc.html\"><code>http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-generic-eu-i4rc</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-NED\">NED</a></td><td>Alive, No Evidence of Disease</td><td>Alive, No Evidence of Disease</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-DOD\">DOD</a></td><td>Dead of Disease DEATH</td><td>Dead of Disease DEATH</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-DOC\">DOC</a></td><td>Dead of Other Cause DEATH</td><td>Dead of Other Cause DEATH</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-DUC\">DUC</a></td><td>Dead of Unknown Cause DEATH</td><td>Dead of Unknown Cause DEATH</td></tr><tr><td><a href=\"CodeSystem-cs-generic-eu-i4rc.html#cs-generic-eu-i4rc-AWD\">AWD</a></td><td>Alive With Disease</td><td>Alive With Disease</td></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.eu/fhir/ig/idea4rc/ValueSet/status-last-followup-i4rc",
  "version" : "0.1.0",
  "name" : "VsStatusLastFollowupI4rc",
  "title" : "Status at the Last Follow Up",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-12T10:15:38+00:00",
  "publisher" : "IDEA4RC Project",
  "contact" : [
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    },
    {
      "name" : "IDEA4RC Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.idea4rc.eu/"
        }
      ]
    }
  ],
  "description" : "Status at the Last Follow Up",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.eu/fhir/ig/idea4rc/CodeSystem/cs-generic-eu-i4rc",
        "concept" : [
          {
            "code" : "NED",
            "display" : "Alive, No Evidence of Disease"
          },
          {
            "code" : "DOD",
            "display" : "Dead of Disease DEATH"
          },
          {
            "code" : "DOC",
            "display" : "Dead of Other Cause DEATH"
          },
          {
            "code" : "DUC",
            "display" : "Dead of Unknown Cause DEATH"
          },
          {
            "code" : "AWD",
            "display" : "Alive With Disease"
          }
        ]
      }
    ]
  }
}