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

FHIR IG Statistics: ValueSet/ISiKValueSetExample

Packagede.gematik.isik
Resource TypeValueSet
IdISiKValueSetExample
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=http://example.org/fhir/ValueSet/TestValueSet
URLhttp://example.org/fhir/ValueSet/TestValueSet
Version2.0.2
Statusactive
NameTestValueSet
Realmde
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
TestKatalogTestKatalog

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ISiKValueSetExample",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKValueSet"
    ]
  },
  "useContext": [
    {
      "code": {
        "code": "focus",
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "Encounter",
            "system": "http://hl7.org/fhir/resource-types"
          }
        ]
      }
    }
  ],
  "url": "http://example.org/fhir/ValueSet/TestValueSet",
  "version": "2.0.2",
  "name": "TestValueSet",
  "status": "active",
  "expansion": {
    "timestamp": "2022-03-30",
    "contains": [
      {
        "system": "http://example.org/fhir/CodeSystem/TestKatalog",
        "version": "1.0.0",
        "code": "test",
        "display": "Test"
      }
    ]
  }
}