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

FHIR IG Statistics: StructureDefinition/fmc-allergyintolerance-profile

Packagefmcna.caredata.fhir.ig.r4
Resource TypeStructureDefinition
Idfmc-allergyintolerance-profile
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=fmcna.caredata.fhir.ig.r4@1.1.9&canonical=http://fkcfhir.org/fhir/StructureDefinition/fmc-allergyintolerance-profile
URLhttp://fkcfhir.org/fhir/StructureDefinition/fmc-allergyintolerance-profile
Version1.1.8
Statusactive
NameFreseniusAllergyIntolerance
TitleFresenius Allergy Intolerance Profile
DescriptionFresenius Allergy Intolerance Profile
TypeAllergyIntolerance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
us-core-allergyintoleranceUS Core AllergyIntolerance Profile
fmc-allergy-category-extnExtension: FreseniusAllergyCategoryEccExtension
fmc-patient-profileFresenius Patient Profile
fmc-practitioner-profileFresenius Practitioner Profile
ValueSet
fmc-allergy-code-vsFresenius Allergy Code Value Set

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "fmc-allergyintolerance-profile",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-allergyintolerance-profile",
  "version": "1.1.8",
  "name": "FreseniusAllergyIntolerance",
  "title": "Fresenius Allergy Intolerance Profile",
  "status": "active",
  "description": "Fresenius Allergy Intolerance Profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "AllergyIntolerance",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-allergyintolerance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AllergyIntolerance.extension",
        "path": "AllergyIntolerance.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "AllergyIntolerance.extension:allergyCategoryCd",
        "extension": [
          {
            "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-allergy-category-extn"
          }
        ],
        "path": "AllergyIntolerance.extension",
        "sliceName": "allergyCategoryCd",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-allergy-category-extn"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "AllergyIntolerance.category",
        "path": "AllergyIntolerance.category",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "AllergyIntolerance.code",
        "path": "AllergyIntolerance.code",
        "binding": {
          "strength": "required",
          "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-allergy-code-vs"
        }
      },
      {
        "id": "AllergyIntolerance.patient",
        "path": "AllergyIntolerance.patient",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-patient-profile"
            ]
          }
        ]
      },
      {
        "id": "AllergyIntolerance.recordedDate",
        "path": "AllergyIntolerance.recordedDate",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "AllergyIntolerance.recorder",
        "path": "AllergyIntolerance.recorder",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fkcfhir.org/fhir/StructureDefinition/fmc-practitioner-profile"
            ]
          }
        ]
      }
    ]
  }
}