FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.pipeline.test.breaks
Resource TypeStructureDefinition
IdStructureDefinition-allergyintolerance-ca-pipeline-test.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.pipeline.test.breaks@0.0.1&canonical=http://fhir.infoway-inforoute.ca/ca-pipeline-test/StructureDefinition/allergyintolerance-ca-pipeline-test
URLhttp://fhir.infoway-inforoute.ca/ca-pipeline-test/StructureDefinition/allergyintolerance-ca-pipeline-test
Statusdraft
NameAllergyIntoleranceCAPipelineTest
TitleAllergyIntolerance (ca-pipeline-test)
TypeAllergyIntolerance
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
fake-valuesetFake Valueset (CA Pipeline Test)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "allergyintolerance-ca-pipeline-test",
  "url": "http://fhir.infoway-inforoute.ca/ca-pipeline-test/StructureDefinition/allergyintolerance-ca-pipeline-test",
  "name": "AllergyIntoleranceCAPipelineTest",
  "title": "AllergyIntolerance (ca-pipeline-test)",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "AllergyIntolerance",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AllergyIntolerance.code",
        "path": "AllergyIntolerance.code",
        "binding": {
          "strength": "preferred",
          "valueSet": "https://example.org/ValueSet/fake-valueset"
        }
      },
      {
        "id": "AllergyIntolerance.onset[x]",
        "path": "AllergyIntolerance.onset[x]",
        "type": [
          {
            "code": "Age"
          }
        ]
      },
      {
        "id": "AllergyIntolerance.reaction.manifestation",
        "path": "AllergyIntolerance.reaction.manifestation",
        "binding": {
          "strength": "preferred",
          "valueSet": "https://example.org/ValueSet/fake-valueset"
        }
      }
    ]
  }
}