FHIR IG Statistics: StructureDefinition/CodeableConcept-oh-ehr
Package | ca.on.ehr.r4 |
Resource Type | StructureDefinition |
Id | CodeableConcept-oh-ehr |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=ca.on.ehr.r4@1.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr |
URL | http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr |
Version | 1.0.0 |
Status | active |
Date | 2024-11-15T09:23:00+00:00 |
Name | CodeableConceptEHR |
Title | Codeable Concept EHR |
Realm | ca |
Authority | national |
Description | This profile represents the constraint applied to the CodeableConcept data type by the Ontario EHR project to use the [OH-EHR Coding](http://ehealthontario.ca/StructureDefinition/Coding-oh-ehr) data type profile in a way that is informed by the constraints of the [CodeableConcept IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-CodeableConcept-uv-ips.html). |
Type | CodeableConcept |
Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "CodeableConcept-oh-ehr",
"url": "http://ontariohealth.ca/fhir/ehr/StructureDefinition/CodeableConcept-oh-ehr",
"version": "1.0.0",
"name": "CodeableConceptEHR",
"title": "Codeable Concept EHR",
"status": "active",
"experimental": false,
"date": "2024-11-15T09:23:00+00:00",
"description": "This profile represents the constraint applied to the CodeableConcept data type by the Ontario EHR project to use the [OH-EHR Coding](http://ehealthontario.ca/StructureDefinition/Coding-oh-ehr) data type profile in a way that is informed by the constraints of the [CodeableConcept IPS-UV profile](http://hl7.org/fhir/uv/ips/StructureDefinition-CodeableConcept-uv-ips.html).",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"type": "CodeableConcept",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "CodeableConcept",
"path": "CodeableConcept",
"comment": "For all CodeableConcepts, at least one of coding or text must be present. If coding contains only a display value (no code) then CodeableConcept must include text."
},
{
"id": "CodeableConcept.coding",
"path": "CodeableConcept.coding",
"type": [
{
"code": "Coding",
"profile": [
"http://ontariohealth.ca/fhir/ehr/StructureDefinition/Coding-oh-ehr"
]
}
],
"mustSupport": true
},
{
"id": "CodeableConcept.text",
"path": "CodeableConcept.text",
"mustSupport": true
}
]
}
}