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

FHIR IG analytics

Packagejohnmoehrke.testexclusion.example
Resource TypeCodeSystem
IdCodeSystem-BunchOfPropertiesCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/JohnMoehrke/testExclusion/CodeSystem-BunchOfPropertiesCS.html
URLhttp://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfPropertiesCS
Version0.1.0
Statusactive
Date2026-06-29T13:01:28+00:00
NameBunchOfPropertiesCS
TitleExample CodeSystem with a bunch of properties
Realmuv
DescriptionExample CodeSystem with a bunch of properties for completeness sake. No actual use of this CodeSystem other than an example
Contentcomplete

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

Generated Narrative: CodeSystem BunchOfPropertiesCS

This case-insensitive code system http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfPropertiesCS defines the following code:

Code
useful

Source1

{
  "resourceType": "CodeSystem",
  "id": "BunchOfPropertiesCS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://johnmoehrke.github.io/testexclusion/CodeSystem/BunchOfPropertiesCS",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.999.67.67.67.6.7.16.2"
    }
  ],
  "version": "0.1.0",
  "name": "BunchOfPropertiesCS",
  "title": "Example CodeSystem with a bunch of properties",
  "status": "active",
  "experimental": false,
  "date": "2026-06-29T13:01:28+00:00",
  "publisher": "John Moehrke (himself)",
  "contact": [
    {
      "name": "John Moehrke (himself)",
      "telecom": [
        {
          "system": "url",
          "value": "http://healthcaresecprivacy.blogspot.com"
        },
        {
          "system": "email",
          "value": "JohnMoehrke@gmail.com"
        }
      ]
    }
  ],
  "description": "Example CodeSystem with a bunch of properties for completeness sake. No actual use of this CodeSystem other than an example",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "caseSensitive": false,
  "content": "complete",
  "count": 1,
  "concept": [
    {
      "code": "useful",
      "display": "useful"
    }
  ]
}