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

FHIR IG Statistics: StructureDefinition/ca-on-ps-profile-codeableconcept

Packageca.on.oh.patient-summary
Resource TypeStructureDefinition
Idca-on-ps-profile-codeableconcept
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh.patient-summary@0.12.8&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept
URLhttp://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-codeableconcept
Version0.10.0
Statusactive
Date2022-10-15T12:00:00+00:00
NameCodeableConceptPSON
TitleCodeable Concept (PS-ON)
Realmca
DescriptionThis 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).
TypeCodeableConcept
Kindcomplex-type

Resources that use this resource

StructureDefinition
ca-on-ps-profile-allergyintoleranceAllergy Intolerance (PS-ON)
ca-on-ps-profile-immunizationImmunization (PS-ON)
ca-on-ps-profile-compositionComposition (PS-ON)
ca-on-ps-profile-conditionCondition (PS-ON)
ca-on-ps-profile-medicationMedication (PS-ON)
ca-on-ps-profile-medicationrequestMedication Request (PS-ON)
ca-on-ps-profile-medicationstatementMedication Statement (PS-ON)
ca-on-ps-profile-patientPatient (PS-ON)
ca-on-ps-profile-practitionerrolePractitionerRole (PS-ON)
ca-on-ps-profile-procedureProcedure (PS-ON)

Resources that this resource uses

StructureDefinition
ca-on-ps-profile-codingCoding (PS-ON)

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
      }
    ]
  }
}