SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: AllergyConditionExample7-2 - TTL Representation

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:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "AllergyConditionExample7-2"] ; # 
  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: Condition AllergyConditionExample7-2</b></p><a name=\"AllergyConditionExample7-2\"> </a><a name=\"hcAllergyConditionExample7-2\"> </a><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}, {http://snomed.info/sct 55561003}\">Active</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 418363000}\">Itching</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample7.html\">Mildred Ratched  Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p><p><b>asserter</b>: <a href=\"Patient-PatientExample7.html\">Mildred Ratched  Female, DoB: 1962-08-12 ( Medical Record Number: 12345654321 (use: usual, period: 2001-05-06 --&gt; (ongoing)))</a></p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ]     ] [
a sct:55561003 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "55561003" ] ;
fhir:display [ fhir:v "Active (qualifier value)" ]     ] ) ;
fhir:text [ fhir:v "Active" ]
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:418363000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "418363000" ] ;
fhir:display [ fhir:v "Itching of skin (finding)" ]     ] ) ;
fhir:text [ fhir:v "Itching" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/PatientExample7" ]
  ] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Patient/PatientExample7" ]
  ] . #