KR Core Implementation Guide
2.0.0-preview - STU2 Korea, Republic of flag

KR Core Implementation Guide - Local Development build (v2.0.0-preview) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: krcore-allergyintolerance-example-01 - TTL Representation

Page standards status: Informative

Raw ttl | Download


@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:AllergyIntolerance ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "krcore-allergyintolerance-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance"^^xsd:anyURI ;
fhir:link <http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-allergyintolerance>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance krcore-allergyintolerance-example-01</b></p><a name=\"krcore-allergyintolerance-example-01\"> </a><a name=\"hckrcore-allergyintolerance-example-01\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-krcore-allergyintolerance.html\">KR Core AllergyIntolerance Profile</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>category</b>: Medication</p><p><b>code</b>: <span title=\"Codes:{http://www.whocc.no/atc J01CR02}\">베타락탐계 과민반응</span></p><p><b>patient</b>: <a href=\"Patient-krcore-patient-example-01.html\">박아픔 Male, DoB: 2001-01-01 ( Medical record number)</a></p><p><b>onset</b>: 2023-04-11</p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 373674001}\">두드러기 및 아나필락시스</span></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] )
  ] ; # 
  fhir:category ( [ fhir:v "medication"] ) ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ] ;
fhir:code [ fhir:v "J01CR02" ] ;
fhir:display [ fhir:v "amoxicillin and beta-lactamase inhibitor" ]     ] ) ;
fhir:text [ fhir:v "베타락탐계 과민반응" ]
  ] ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/krcore-patient-example-01" ]
  ] ; # 
  fhir:onset [
a fhir:dateTime ;
fhir:v "2023-04-11"^^xsd:date
  ] ; # 
  fhir:reaction ( [
    ( fhir:manifestation [
      ( fhir:coding [
a sct:373674001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "373674001" ] ;
fhir:display [ fhir:v "Anaphylactic urticaria (disorder)" ]       ] ) ;
fhir:text [ fhir:v "두드러기 및 아나필락시스" ]     ] )
  ] ) . #