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

FHIR IG analytics

Packagese.electronichealth.fhir.hvo.r5
Resource TypeStructureDefinition
IdStructureDefinition-HVOValueSet.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=se.electronichealth.fhir.hvo.r5@0.1.3-alpha&canonical=http://electronichealth.se/fhir/hvo/StructureDefinition/HVOValueSet
URLhttp://electronichealth.se/fhir/hvo/StructureDefinition/HVOValueSet
Version0.1.0
Statusdraft
NameHVOValueSet
Realmse
DescriptionA collection of codes from one or more code systems.
TypeValueSet
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "HVOValueSet",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-implements",
      "valueUri": "http://hl7.org/fhir/StructureDefinition/MetadataResource"
    }
  ],
  "url": "http://electronichealth.se/fhir/hvo/StructureDefinition/HVOValueSet",
  "version": "0.1.0",
  "name": "HVOValueSet",
  "status": "draft",
  "description": "A collection of codes from one or more code systems.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "ValueSet",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ValueSet",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "ValueSet.id",
        "path": "ValueSet.id",
        "mustSupport": true
      },
      {
        "id": "ValueSet.url",
        "path": "ValueSet.url",
        "mustSupport": true
      },
      {
        "id": "ValueSet.version",
        "path": "ValueSet.version",
        "mustSupport": true
      },
      {
        "id": "ValueSet.name",
        "path": "ValueSet.name",
        "mustSupport": true
      },
      {
        "id": "ValueSet.status",
        "path": "ValueSet.status",
        "mustSupport": true
      },
      {
        "id": "ValueSet.date",
        "path": "ValueSet.date",
        "mustSupport": true
      },
      {
        "id": "ValueSet.publisher",
        "path": "ValueSet.publisher",
        "mustSupport": true
      },
      {
        "id": "ValueSet.description",
        "path": "ValueSet.description",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose",
        "path": "ValueSet.compose",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include",
        "path": "ValueSet.compose.include",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.system",
        "path": "ValueSet.compose.include.system",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.version",
        "path": "ValueSet.compose.include.version",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.extension",
        "path": "ValueSet.compose.include.concept.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        }
      },
      {
        "id": "ValueSet.compose.include.concept.extension:definition",
        "path": "ValueSet.compose.include.concept.extension",
        "sliceName": "definition",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://hl7.org/fhir/StructureDefinition/valueset-concept-definition"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.code",
        "path": "ValueSet.compose.include.concept.code",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.display",
        "path": "ValueSet.compose.include.concept.display",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation",
        "path": "ValueSet.compose.include.concept.designation",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation.use",
        "path": "ValueSet.compose.include.concept.designation.use",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation.use.system",
        "path": "ValueSet.compose.include.concept.designation.use.system",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation.use.code",
        "path": "ValueSet.compose.include.concept.designation.use.code",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation.use.display",
        "path": "ValueSet.compose.include.concept.designation.use.display",
        "mustSupport": true
      },
      {
        "id": "ValueSet.compose.include.concept.designation.value",
        "path": "ValueSet.compose.include.concept.designation.value",
        "mustSupport": true
      }
    ]
  }
}