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

FHIR IG Statistics: CodeSystem/amendment-original-cs

Packagehl7.fhir.uv.VulcanUdpIg
TypeCodeSystem
Idamendment-original-cs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/vulcan-udp-ig/https://build.fhir.org/ig/HughGlover/vulcan-udp-ig/CodeSystem-amendment-original-cs.html
URLhttp://hl7.org/fhir/uv/vulcan-udp-ig/CodeSystem/amendment-original-cs
Version0.3.0
Statusdraft
Date2025-05-07T16:19:03+00:00
NameAmendmentOriginal_CS
TitleProtocol Amendment Code System
Realmuv
Authorityhl7
DescriptionA set of values for originality of protocol - this is NOT how it should be done!
Contentcomplete

Resources that use this resource

ValueSet
protocol-amendment-vsProtocol Amendment Value Set

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem amendment-original-cs

This code system http://hl7.org/fhir/uv/vulcan-udp-ig/CodeSystem/amendment-original-cs defines the following codes:

CodeDisplayDefinition
AOVS-1 OriginalThe protocol document reflects the original version of the protocol.
AOVS-2 ModifiedThe protocol document is different from the original version of the protocol.

Source

{
  "resourceType": "CodeSystem",
  "id": "amendment-original-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/vulcan-udp-ig/CodeSystem/amendment-original-cs",
  "version": "0.3.0",
  "name": "AmendmentOriginal_CS",
  "title": "Protocol Amendment Code System",
  "status": "draft",
  "date": "2025-05-07T16:19:03+00:00",
  "publisher": "Vulcan",
  "contact": [
    {
      "name": "Vulcan",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/vulcan"
        },
        {
          "system": "email",
          "value": "UDP@HL7Vulcan.org"
        }
      ]
    }
  ],
  "description": "A set of values for originality of protocol - this is NOT how it should be done!",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "AOVS-1",
      "display": "Original",
      "definition": "The protocol document reflects the original version of the protocol."
    },
    {
      "code": "AOVS-2",
      "display": "Modified",
      "definition": "The protocol document is different from the original version of the protocol."
    }
  ]
}