Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AllergyIntolerance ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "allergyIntolerance-full-example"] ; #
fhir:meta [
fhir:versionId [ fhir:v "1.0" ] ;
fhir:lastUpdated [ fhir:v "2021-04-21T15:06:40.000+12:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-allergyintolerance"^^xsd:anyURI ;
fhir:link <https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-allergyintolerance> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance allergyIntolerance-full-example</b></p><a name=\"allergyIntolerance-full-example\"> </a><a name=\"hcallergyIntolerance-full-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 1.0; Last updated: 2021-04-21 15:06:40+1200</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-alex-allergyintolerance.html\">Allergy Intolerance Profile</a></p></div><p><b>Allergy Intolerance Type Extension</b>: <a href=\"CodeSystem-allergyintolerance-type.html#allergyintolerance-type-therapeutic\">Allergy Intolerance Type CodeSystem therapeutic</a>: Therapeutic</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-verification confirmed}\">Confirmed</span></p><p><b>code</b>: <span title=\"Codes:{http://www.mims.com.au/codes 91930004}\">Acnem keratolytics and cleansers</span></p><p><b>patient</b>: <a href=\"https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b\">Mr Patient Testing</a></p><p><b>onset</b>: 2021-04-21 15:06:23+1200</p><p><b>recordedDate</b>: 2021-04-21 15:06:40+1200</p><p><b>recorder</b>: <a href=\"Bundle-4f5e9b70-b98f-4af6-9a65-b55a1e845169.html#https-//alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Dr Alex Api</a></p><p><b>asserter</b>: <a href=\"Bundle-4f5e9b70-b98f-4af6-9a65-b55a1e845169.html#https-//alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91\">Dr Alex Api</a></p><p><b>note</b>: </p><blockquote><div><p>Allergic to Penicillins</p>\n</div></blockquote><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><span title=\"Codes:{https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-manifestation-code 116289008}\">Abdominal bloating</span></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "therapeutic" ] ]
] ) ; #
fhir:clinicalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] )
] ; #
fhir:verificationStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ] ;
fhir:code [ fhir:v "confirmed" ] ;
fhir:display [ fhir:v "Confirmed" ] ] )
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://www.mims.com.au/codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "91930004" ] ;
fhir:display [ fhir:v "Acnem keratolytics and cleansers" ] ] )
] ; #
fhir:patient [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Patient/14e52e16edb7a435bfa05e307afd008b" ] ;
fhir:display [ fhir:v "Mr Patient Testing" ]
] ; #
fhir:onset [
a fhir:dateTime ;
fhir:v "2021-04-21T15:06:23.000+12:00"^^xsd:dateTime
] ; #
fhir:recordedDate [ fhir:v "2021-04-21T15:06:40.000+12:00"^^xsd:dateTime] ; #
fhir:recorder [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ;
fhir:display [ fhir:v "Dr Alex Api" ]
] ; #
fhir:asserter [
fhir:link <https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91> ;
fhir:reference [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/Practitioner/9bf0832786e2293848942167532e0a91" ] ;
fhir:display [ fhir:v "Dr Alex Api" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Allergic to Penicillins" ]
] ) ; #
fhir:reaction ( [
( fhir:extension [
fhir:url [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/allergyintolerance-reaction-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-reaction-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419076005" ] ;
fhir:display [ fhir:v "Allergic reaction" ] ] ] ) ;
( fhir:manifestation [
( fhir:coding [
fhir:system [ fhir:v "https://alexapi.medtechglobal.com.au/fhir/CodeSystem/allergyintolerance-manifestation-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "116289008" ] ;
fhir:display [ fhir:v "Abdominal bloating" ] ] ) ] )
] ) . #
IG © 2024+ Medtech Global. Package medtechglobal.fhir.alex#0.0.1 based on FHIR 4.0.1. Generated 2025-07-09
Links: Table of Contents |
QA Report