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

FHIR IG Statistics: CodeSystem/cs-fake

Packageexample.fhir.uv.myig
TypeCodeSystem
Idcs-fake
FHIR VersionR4
Sourcehttp://somewhere.org/fhir/uv/myig/https://build.fhir.org/ig/FHIR/sample-ig/CodeSystem-cs-fake.html
URLhttp://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake
Version0.2.0
Statusdraft
Date2015-06-22
NameCodeSystemFake
TitleCodeSystem fake
Realmuv
Authorityhl7
DescriptionA fake code system
Contentcomplete

Resources that use this resource

ValueSet
valueset-fakeValueSet fake

Resources that this resource uses

No resources found


Narrative

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


English


Generated Narrative: CodeSystem cs-fake

This case-sensitive code system http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake defines the following code:

CodeDisplay
01 CS1

German


Generated Narrative: CodeSystem cs-fake

This case-sensitive code system http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake defines the following code:

CodeDisplay
01 CS1

French


Generated Narrative: CodeSystem cs-fake

This case-sensitive code system http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake defines the following code:

CodeDisplay
01 CS1

Source

{
  "resourceType": "CodeSystem",
  "id": "cs-fake",
  "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/CodeSystem/cs-fake",
  "version": "0.2.0",
  "name": "CodeSystemFake",
  "title": "CodeSystem fake",
  "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 fake code system",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "concept": [
    {
      "code": "01",
      "display": "CS1",
      "designation": [
        {
          "value": "CS2"
        }
      ]
    }
  ]
}