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

FHIR IG Statistics: StructureDefinition/be-observationcodeableconcept

Packageehealthplatform.be.r4.federalprofiles
Resource TypeStructureDefinition
Idbe-observationcodeableconcept
FHIR VersionR4
Sourcehttps://www.ehealth.fgov.be/standards/fhir/https://simplifier.net/resolve?scope=ehealthplatform.be.r4.federalprofiles@1.3.3-beta&canonical=https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observationcodeableconcept
URLhttps://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observationcodeableconcept
Version1.0.0
Statusactive
NameBeObservationCodeableConcept
Authorityhl7
DescriptionThis is a supporting profile, only to give guidelines how to express a few of the typical coding systems. In general, it shall be noted SNOMED-CT is the preferred national terminology. Other coding systems remain allowed or MAY be preferred in specific flows (e.g. the use of LOINC codes to express a laboratory test.)
TypeCodeableConcept
Kindcomplex-type

Resources that use this resource

StructureDefinition
be-observationBeObservation

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "be-observationcodeableconcept",
  "url": "https://www.ehealth.fgov.be/standards/fhir/StructureDefinition/be-observationcodeableconcept",
  "version": "1.0.0",
  "name": "BeObservationCodeableConcept",
  "status": "active",
  "description": "This is a supporting profile, only to give guidelines how to express a few of the typical coding systems.\r\nIn general, it shall be noted SNOMED-CT is the preferred national terminology. Other coding systems remain allowed or MAY be preferred in specific flows (e.g. the use of LOINC codes to express a laboratory test.)",
  "fhirVersion": "4.0.0",
  "kind": "complex-type",
  "abstract": false,
  "type": "CodeableConcept",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/CodeableConcept",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "CodeableConcept.coding",
        "path": "CodeableConcept.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "CodeableConcept.coding:LOINC",
        "path": "CodeableConcept.coding",
        "sliceName": "LOINC"
      },
      {
        "id": "CodeableConcept.coding:LOINC.system",
        "path": "CodeableConcept.coding.system",
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "CodeableConcept.coding:LOINC.code",
        "path": "CodeableConcept.coding.code",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding:SNOMED-CT",
        "path": "CodeableConcept.coding",
        "sliceName": "SNOMED-CT"
      },
      {
        "id": "CodeableConcept.coding:SNOMED-CT.system",
        "path": "CodeableConcept.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "CodeableConcept.coding:SNOMED-CT.code",
        "path": "CodeableConcept.coding.code",
        "min": 1
      },
      {
        "id": "CodeableConcept.coding:ALBERTCODE",
        "path": "CodeableConcept.coding",
        "sliceName": "ALBERTCODE"
      },
      {
        "id": "CodeableConcept.coding:ALBERTCODE.system",
        "path": "CodeableConcept.coding.system",
        "fixedUri": "https://www.ehealth.fgov.be/standards/fhir/CodeSystem/albert"
      },
      {
        "id": "CodeableConcept.coding:ALBERTCODE.code",
        "path": "CodeableConcept.coding.code",
        "min": 1
      }
    ]
  }
}