FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-codeableconcept
Resources that use this resource
Resources that this resource uses
Narrative
No narrative content found in resource
Source
{
"resourceType": "StructureDefinition",
"id": "ca-on-ps-profile-codeableconcept",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept",
"version": "0.10.0",
"name": "CodeableConceptPSON",
"title": "Codeable Concept (PS-ON)",
"status": "active",
"date": "2022-10-15T12:00:00+00:00",
"publisher": "Ontario Health",
"description": "This profile represents the constraints applied to the CodeableConcept data type by the PS-ON project to use the Coding-uv-ips data type profile, matching the [CodeableConcept-UV-IPS profile](http://hl7.org/fhir/uv/ips/StructureDefinition-CodeableConcept-uv-ips.html).",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "orim",
"uri": "http://hl7.org/orim",
"name": "Ontological RIM Mapping"
}
],
"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/StructureDefinition/ca-on-ps-profile-coding"
]
}
]
},
{
"id": "CodeableConcept.text",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
"valueBoolean": true
}
],
"path": "CodeableConcept.text",
"mustSupport": true
}
]
}
}