FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageexample.fhir.uv.myig
Resource TypeValueSet
IdValueSet-valueset-no-codesystem.json
FHIR VersionR4
Sourcehttps://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 📍
    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 📍
    CodeDisplay
    not-known-code
    not-known-code2

French


Narratif généré : EnsembleValeurs valueset-no-codesystem

  • Include ce(s) code(s) tel quil(s) est (sont) défini(s) dans http://not-a-known-code-system version 📍
    CodeAffichage
    not-known-code
    not-known-code2

Source1

{
  "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"
          }
        ]
      }
    ]
  }
}