Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example AllergyIntolerance

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example AllergyIntolerance

  • Overview
  • XML
  • JSON
AllergyIntolerance
id : ExampleAllergyIntolerance
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/allergyintolerance-ca-core
clinicalStatus
coding
system : http://hl7.org/fhir/ValueSet/allergyintolerance-clinical
code : active
display : Active
verificationStatus
coding
system : http://terminology.hl7.org/CodeSystem/allergyintolerance-verification
code : confirmed
display : Confirmed
type : allergy
category : food
code
coding
system : http://snomed.info/sct
code : 764146007
display : Penicillin
text : Penicillin
patient
reference : Patient/example-patient-ca-core
encounter
reference : Encounter/example-encounter-ca-core
onset : 2020-01-15
recorder
reference : Practitioner/example-practitioner-ca-core
asserter
reference : Practitioner/example-practitioner-ca-core
note
text : Severe allergic reaction with hives and difficulty breathing
<AllergyIntolerance xmlns="http://hl7.org/fhir">
<id value="ExampleAllergyIntolerance" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/allergyintolerance-ca-core" />
</meta>
<clinicalStatus>
<coding>
<system value="http://hl7.org/fhir/ValueSet/allergyintolerance-clinical" />
<code value="active" />
<display value="Active" />
</coding>
</clinicalStatus>
<verificationStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/allergyintolerance-verification" />
<code value="confirmed" />
<display value="Confirmed" />
</coding>
</verificationStatus>
<type value="allergy" />
<category value="food" />
<code>
<coding>
<system value="http://snomed.info/sct" />
<code value="764146007" />
<display value="Penicillin" />
</coding>
<text value="Penicillin" />
</code>
<patient>
<reference value="Patient/example-patient-ca-core" />
</patient>
<encounter>
<reference value="Encounter/example-encounter-ca-core" />
</encounter>
<onsetDateTime value="2020-01-15" />
<recorder>
<reference value="Practitioner/example-practitioner-ca-core" />
</recorder>
<asserter>
<reference value="Practitioner/example-practitioner-ca-core" />
</asserter>
<note>
<text value="Severe allergic reaction with hives and difficulty breathing" />
</note>
</AllergyIntolerance>
{
"resourceType": "AllergyIntolerance",
"id": "ExampleAllergyIntolerance",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/allergyintolerance-ca-core"
]
},
"clinicalStatus": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/allergyintolerance-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"type": "allergy",
"category": [
"food"
],
"code": {
"coding": [
{
"code": "764146007",
"system": "http://snomed.info/sct",
"display": "Penicillin"
}
],
"text": "Penicillin"
},
"patient": {
"reference": "Patient/example-patient-ca-core"
},
"encounter": {
"reference": "Encounter/example-encounter-ca-core"
},
"onsetDateTime": "2020-01-15",
"recorder": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"asserter": {
"reference": "Practitioner/example-practitioner-ca-core"
},
"note": [
{
"text": "Severe allergic reaction with hives and difficulty breathing"
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International