FHIR IG analytics
| Package | navify.fhir.r5.rdc |
| Resource Type | StructureDefinition |
| Id | rdc-Observation-CarbohydrateIntake.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=navify.fhir.r5.rdc@1.2.2&canonical=https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CarbohydrateIntake |
| URL | https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CarbohydrateIntake |
| Version | 1.0.0 |
| Status | active |
| Name | RdcObservationCarbohydrateIntake |
| Title | RDC Observation Carbohydrate Intake |
| Description | A profile designed to capture carbohydrate intake. |
| 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 | Observation |
| Kind | resource |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source1
{
"resourceType": "StructureDefinition",
"id": "rdc-Observation-CarbohydrateIntake",
"url": "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-CarbohydrateIntake",
"version": "1.0.0",
"name": "RdcObservationCarbohydrateIntake",
"title": "RDC Observation Carbohydrate Intake",
"publisher": "F. Hoffmann-La Roche AG",
"description": "A profile designed to capture carbohydrate intake.",
"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": "5.0.0",
"kind": "resource",
"status": "active",
"abstract": false,
"type": "Observation",
"baseDefinition": "https://roche.com/fhir/iop/StructureDefinition/rdc-Observation-Additional",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.code",
"path": "Observation.code",
"patternCodeableConcept": {
"coding": [
{
"code": "9059-7",
"system": "http://loinc.org"
}
]
}
},
{
"id": "Observation.component.code",
"path": "Observation.component.code",
"binding": {
"strength": "required",
"valueSet": "https://roche.com/fhir/iop/ValueSet/carbohydrate-intake-codes"
}
}
]
}
}