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

FHIR IG Statistics: ValueSet/protocol-amendment-vs

Packagehl7.fhir.uv.VulcanUdpIg
TypeValueSet
Idprotocol-amendment-vs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/vulcan-udp-ig/https://build.fhir.org/ig/HughGlover/vulcan-udp-ig/ValueSet-protocol-amendment-vs.html
URLhttp://hl7.org/fhir/uv/vulcan-udp-ig/ValueSet/protocol-amendment-vs
Version0.3.0
Statusdraft
Date2025-05-07T16:19:03+00:00
NameAmendmentOriginal_VS
TitleProtocol Amendment Value Set
Realmuv
Authorityhl7
DescriptionPossible values for originality of protocol - this is NOT how it should be done!

Resources that use this resource

StructureDefinition
protocol-versionProtocol Aversion for M11 CeSHarP

Resources that this resource uses

CodeSystem
amendment-original-csProtocol Amendment Code System

Narrative

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

Generated Narrative: ValueSet protocol-amendment-vs


Source

{
  "resourceType": "ValueSet",
  "id": "protocol-amendment-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/uv/vulcan-udp-ig/ValueSet/protocol-amendment-vs",
  "version": "0.3.0",
  "name": "AmendmentOriginal_VS",
  "title": "Protocol Amendment Value Set",
  "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": "Possible 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"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/uv/vulcan-udp-ig/CodeSystem/amendment-original-cs",
        "concept": [
          {
            "code": "AOVS-1",
            "display": "Original"
          },
          {
            "code": "AOVS-2",
            "display": "Modified"
          }
        ]
      }
    ]
  }
}