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

FHIR IG Statistics: StructureDefinition/be-scoreresult

Packageehealthplatform.be.r4.federalprofiles
TypeStructureDefinition
Idbe-scoreresult
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult
Version1.0.0
Statusactive
Date2021-01-10T10:59:49+00:00
NameBeScoreResult
TitleBeScoreResult
Authorityhl7
DescriptionTo support the standard exchange of scores such as pain assessment scores, or risk score, etc
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
be-ext-lateralityBeExtLaterality
be-organizationBeOrganization
be-patientBePatient
be-practitionerBePractitioner
be-practitionerroleBePractitionerRole
ValueSet
be-vs-scoreScore Value Set
be-vs-scorecategoryScore Category Value Set

Narrative

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

NameFlagsCard.TypeDescription & Constraintsdoco
..Observation0..*ObservationMeasurements and simple assertions
...identifierS0..*IdentifierBusiness Identifier for observation
...categoryS0..*CodeableConceptThe high-level group or category of the score - e.g. 'Risk score' or 'Pain score'
Binding: Score Category Value Set (required)
...codeS1..1CodeableConceptThe code of the score that is being calculated.
Binding: Score Value Set (required)
...subjectS1..1Reference(BePatient | Group)The patient that this score refers to
...effective[x]1..1(Slice Definition)Clinically relevant time/time-period for observation
Slice: Unordered, Open by type:$this
...effectivePeriodS1..1PeriodThe time period that the score refers to.
...issuedS1..1instantThe date and time when the score was made available
...performerS0..*Reference(BePatient | BePractitioner | BePractitionerRole | BeOrganization)The care provider that took the assessment
...value[x]S1..1Quantity, CodeableConcept, string, boolean, integer, Range, Ratio, SampledData, time, dateTime, PeriodThe actual score value.
...interpretationS0..*CodeableConceptThe interpretation of the result from the value. For example if value is 12, the interpretation can be 'elevated'
...bodySiteS0..1CodeableConceptThe body site to which the score applies, when applicable
....be-ext-lateralityS0..1CodingExtension
URL: https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality
Binding: Laterality (required)
...referenceRangeS0..*BackboneElementThe different ranges of the value
...derivedFromS0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)The source values for the assessment - for example a QuestionnaireResponse

doco Documentation for this format

Source

{
  "resourceType": "StructureDefinition",
  "id": "be-scoreresult",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
      "valueString": "Clinical.Diagnostics"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category",
      "valueCode": "patient"
    }
  ],
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-scoreresult",
  "version": "1.0.0",
  "name": "BeScoreResult",
  "title": "BeScoreResult",
  "status": "active",
  "date": "2021-01-10T10:59:49+00:00",
  "publisher": "eHealth Platform",
  "contact": [
    {
      "name": "eHealth Platform",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name": "Message structure",
      "telecom": [
        {
          "system": "email",
          "value": "message-structure@ehealth.fgov.be"
        }
      ]
    }
  ],
  "description": "To support the standard exchange of scores such as pain assessment scores, or risk score, etc",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "056"
        },
        {
          "system": "urn:iso:std:iso:3166",
          "code": "BE"
        }
      ]
    }
  ],
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.identifier",
        "path": "Observation.identifier",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "The high-level group or category of the score - e.g. 'Risk score' or 'Pain score'",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-scorecategory"
        }
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "The code of the score that is being calculated.",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.ehealth.fgov.be/standards/fhir/ValueSet/be-vs-score"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "The patient that this score refers to",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.effective[x]:effectivePeriod",
        "path": "Observation.effective[x]",
        "sliceName": "effectivePeriod",
        "short": "The time period that the score refers to.",
        "min": 1,
        "type": [
          {
            "code": "Period"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.issued",
        "path": "Observation.issued",
        "short": "The date and time when the score was made available",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.performer",
        "path": "Observation.performer",
        "short": "The care provider that took the assessment",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-patient",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitioner",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-practitionerrole",
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-organization"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "The actual score value.",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.interpretation",
        "path": "Observation.interpretation",
        "short": "The interpretation of the result from the value. For example if value is 12, the interpretation can be 'elevated'",
        "mustSupport": true
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "short": "The body site to which the score applies, when applicable",
        "mustSupport": true
      },
      {
        "id": "Observation.bodySite.extension",
        "path": "Observation.bodySite.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.bodySite.extension:laterality",
        "path": "Observation.bodySite.extension",
        "sliceName": "laterality",
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-ext-laterality"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.referenceRange",
        "path": "Observation.referenceRange",
        "short": "The different ranges of the value",
        "definition": "The different ranges that the value can have, and corresponding evaluation (e.g. 0..10: normal; 11..20: elevated)",
        "mustSupport": true
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "short": "The source values for the assessment - for example a QuestionnaireResponse",
        "mustSupport": true
      }
    ]
  }
}