FHIR IG Statistics: StructureDefinition/nl-core-Problem
Package | nictiz.fhir.nl.r4.nl-core |
Type | StructureDefinition |
Id | nl-core-Problem |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=nictiz.fhir.nl.r4.nl-core@0.12.0-beta.1&canonical=http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem |
URL | http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem |
Status | draft |
Name | NlcoreProblem |
Title | nl core Problem |
Realm | nl |
Description | A problem describes a situation with regard to an individual’s health and/or welfare. This situation can be described by the person involved (the patient) themselves (in the form of a complaint), or by their healthcare provider (in the form of a diagnosis, for example). The situation can form cause for diagnostic or therapeutic policy.
A problem includes all kinds of medical or nursing information that represents a health problem. A problem can represent various types of health problems:
A complaint, finding by patient: a subjective, negatively experienced observation of the patient’s health. Examples: stomach ache, amnesia
A symptom: an observation by or about the patient which may indicate a certain disease. Examples: fever, blood in stool, white spots on the roof of the mouth;
A diagnosis: medical interpretation of complaints and findings. Examples: Diabetes Mellitus type II, pneumonia, hemolytic-uremic syndrome.
A functional limitation: a reduction of functional options. Examples: reduced mobility, help required for dressing.
A complication: Every diagnosis seen by the healthcare provider as an unforeseen and undesired result of medical action. Examples: post-operative wound infections, loss of hearing through the use of antibiotics. |
Purpose | A derived profile from [zib-Problem](http://nictiz.nl/fhir/StructureDefinition/zib-Problem) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib. |
Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
Type | Condition |
Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.
Source
{
"resourceType": "StructureDefinition",
"id": "nl-core-Problem",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem",
"name": "NlcoreProblem",
"title": "nl core Problem",
"status": "draft",
"publisher": "Nictiz",
"contact": [
{
"name": "Nictiz",
"telecom": [
{
"system": "url",
"value": "https://www.nictiz.nl",
"use": "work"
}
]
}
],
"description": "A problem describes a situation with regard to an individual’s health and/or welfare. This situation can be described by the person involved (the patient) themselves (in the form of a complaint), or by their healthcare provider (in the form of a diagnosis, for example). The situation can form cause for diagnostic or therapeutic policy.\r\n\r\nA problem includes all kinds of medical or nursing information that represents a health problem. A problem can represent various types of health problems:\r\n \r\nA complaint, finding by patient: a subjective, negatively experienced observation of the patient’s health. Examples: stomach ache, amnesia\r\n\r\nA symptom: an observation by or about the patient which may indicate a certain disease. Examples: fever, blood in stool, white spots on the roof of the mouth;\r\n\r\nA diagnosis: medical interpretation of complaints and findings. Examples: Diabetes Mellitus type II, pneumonia, hemolytic-uremic syndrome.\r\n\r\nA functional limitation: a reduction of functional options. Examples: reduced mobility, help required for dressing.\r\n\r\nA complication: Every diagnosis seen by the healthcare provider as an unforeseen and undesired result of medical action. Examples: post-operative wound infections, loss of hearing through the use of antibiotics.",
"purpose": "A derived profile from [zib-Problem](http://nictiz.nl/fhir/StructureDefinition/zib-Problem) to provide a version better suited for implementation purposes. This profile augments the base profile with elements found in the various use cases that have adopted the zib.",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "zib-problem-v4.4-2020EN",
"uri": "https://zibs.nl/wiki/Problem-v4.4(2020EN)",
"name": "zib Problem-v4.4(2020EN)"
}
],
"kind": "resource",
"abstract": false,
"type": "Condition",
"baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-Problem",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Condition",
"path": "Condition",
"alias": [
"nl-core-Problem"
]
},
{
"id": "Condition.bodySite",
"path": "Condition.bodySite",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/nl-core-AnatomicalLocation"
]
}
]
},
{
"id": "Condition.subject",
"path": "Condition.subject",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://hl7.org/fhir/StructureDefinition/Group",
"http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient"
]
}
]
}
]
}
}