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

FHIR IG Statistics: StructureDefinition/DentalCare-DentalFitnessScore

Packagemedmij.dental.care.r4
TypeStructureDefinition
IdDentalCare-DentalFitnessScore
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=medmij.dental.care.r4@1.0.0-alpha.3&canonical=http://medmij.nl/fhir/StructureDefinition/DentalCare-DentalFitnessScore
URLhttp://medmij.nl/fhir/StructureDefinition/DentalCare-DentalFitnessScore
Version0.0.1
Statusdraft
NameDentalCareDentalFitnessScore
TitleDentalCare - Dental Fitness Score
Description......
PurposeThis Observation resource represent the Dental Fitness Score
CopyrightMedMij
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
nl-core-Patientnl core Patient
ValueSet
DentalCare-DentalFitnessScoreDentalCare - Dental fitness

Narrative

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

StructureDefinition: DentalCare - Dental Fitness Score
Versie: 0.0.1
Status: Concept
Type: Observation
Uitgever: MedMij
Contact: info@medmij.nl
Beschrijving: Dental Fitness Score assessment.
Doel: This Observation resource represents the Dental Fitness Score.
Copyright: MedMij
FHIR Versie: 4.0.1

Source

{
  "resourceType": "StructureDefinition",
  "id": "DentalCare-DentalFitnessScore",
  "meta": {
    "tag": [
      {
        "system": "http://medmij.nl/fhir/data-service",
        "code": "dental-care"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://medmij.nl/fhir/StructureDefinition/DentalCare-DentalFitnessScore",
  "version": "0.0.1",
  "name": "DentalCareDentalFitnessScore",
  "title": "DentalCare - Dental Fitness Score",
  "status": "draft",
  "publisher": "MedMij",
  "contact": [
    {
      "name": "MedMij",
      "telecom": [
        {
          "system": "email",
          "value": "info@medmij.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "......",
  "purpose": "This Observation resource represent the Dental Fitness Score",
  "copyright": "MedMij",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Dental Fitness Score",
        "alias": [
          "Dental Fitness Score"
        ]
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "440271000146100"
            }
          ]
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.effective[x]:effectiveDateTime",
        "path": "Observation.effective[x]",
        "sliceName": "effectiveDateTime",
        "short": "DentalFitnessScoreDateTime",
        "definition": "The date and time at which the Dental Fitness Score was measured.",
        "alias": [
          "DentalFitnessDatumTijd"
        ],
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.value[x]:valueCodeableConcept",
        "path": "Observation.value[x]",
        "sliceName": "valueCodeableConcept",
        "short": "DentalFitnessScoreValue",
        "definition": "The score is a ...",
        "alias": [
          "DentalFitnessScoreWaarde"
        ],
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "binding": {
          "strength": "required",
          "valueSet": "http://medmij.nl/fhir/ValueSet/DentalCare-DentalFitnessScore"
        }
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "max": "1"
      },
      {
        "id": "Observation.note.text",
        "path": "Observation.note.text",
        "short": "Comment",
        "definition": "Comment on the Dental Fitness Score, including comments on for example the circumstances and/or disruptive factors that may influence the result.",
        "alias": [
          "Toelichting"
        ]
      }
    ]
  }
}