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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.bgz
Resource TypeStructureDefinition
IdBgZ-SpecificProblemName.json
FHIR VersionR3
Sourcehttps://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.bgz@2.0.3&canonical=http://nictiz.nl/fhir/StructureDefinition/bgz-SpecificProblemName
URLhttp://nictiz.nl/fhir/StructureDefinition/bgz-SpecificProblemName
Version2.0.0
Statusdraft
NameBgz SpecificProblemName
Realmnl
DescriptionAn extension to add the specific problem name or specific circumstances that apply to a certain treatment to the Condition resource.
CopyrightCC0
TypeExtension
Kindcomplex-type

Resources that use this resource

StructureDefinition
nictiz.fhir.nl.stu3.bgz#2.0.3BgZ-ProblemBgZ-Problem

Resources that this resource uses

ValueSet
nictiz.fhir.nl.stu3.geboortezorg#1.3.32.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000ProbleemNaamCodelijst

Examples of Use for Extension

No extension usage examples found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "bgz-SpecificProblemName",
  "url": "http://nictiz.nl/fhir/StructureDefinition/bgz-SpecificProblemName",
  "version": "2.0.0",
  "name": "Bgz SpecificProblemName",
  "status": "draft",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "An extension to add the specific problem name or specific circumstances that apply to a certain treatment to the Condition resource.",
  "copyright": "CC0",
  "fhirVersion": "3.0.2",
  "kind": "complex-type",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Condition.code"
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.extension",
        "path": "Extension.extension",
        "max": "0"
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "http://nictiz.nl/fhir/StructureDefinition/bgz-SpecificProblemName"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "extensible",
          "description": "The specific problem name defines the problem.",
          "valueSetUri": "http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000"
        }
      }
    ]
  }
}