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

FHIR IG Statistics: ValueSet/valueset-no-codesystem

Packageexample.fhir.uv.myig
Resource TypeValueSet
Idvalueset-no-codesystem
FHIR VersionR4
Sourcehttp://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/ValueSet-valueset-no-codesystem.html
URLhttp://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem
Version0.2.0
Statusdraft
Date2015-06-22
NameValueSetWithNoCodeSystem
TitleValueSet with no code-system
Realmuv
Authorityhl7
DescriptionA sample value set where there's no known code system

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


English


Generated Narrative: ValueSet valueset-no-codesystem

  • Include these codes as defined in http://not-a-known-code-system version 2.36
    CodeDisplay
    not-known-code
    not-known-code2

German


Generated Narrative: ValueSet valueset-no-codesystem

  • Include these codes as defined in http://not-a-known-code-system version 2.36
    CodeDisplay
    not-known-code
    not-known-code2

French


Generated Narrative: ValueSet valueset-no-codesystem

  • Include these codes as defined in http://not-a-known-code-system version 2.36
    CodeDisplay
    not-known-code
    not-known-code2

Source

{
  "resourceType": "ValueSet",
  "id": "valueset-no-codesystem",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://somewhere.org/fhir/uv/myig/ImplementationGuide/example.fhir.uv.myig"
          }
        ]
      }
    }
  ],
  "url": "http://somewhere.org/fhir/uv/myig/ValueSet/valueset-no-codesystem",
  "version": "0.2.0",
  "name": "ValueSetWithNoCodeSystem",
  "title": "ValueSet with no code-system",
  "status": "draft",
  "experimental": true,
  "date": "2015-06-22",
  "publisher": "HL7 International - [Some] Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description": "A sample value set where there's no known code system",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://not-a-known-code-system",
        "version": "2.36",
        "concept": [
          {
            "code": "not-known-code"
          },
          {
            "code": "not-known-code2"
          }
        ]
      }
    ]
  }
}