Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

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

: Condition-EMIS-IM1-Hypertension-monitoring - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@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 "50002941"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.virtually.healthcare/StructureDefinition/Condition"^^xsd:anyURI ;
fhir:link <https://fhir.virtually.healthcare/StructureDefinition/Condition>     ] )
  ] ; # 
  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 50002941</b></p><a name=\"50002941\"> </a><a name=\"hc50002941\"> </a><a name=\"50002941-en-GB\"> </a><p><b>identifier</b>: <code>https://emis.com/Id/Event/DBID</code>/50002941, <code>https://emis.com/Id/Event/GUID</code>/655c0646-3914-4ee0-b50c-1ab0d3291873</p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>severity</b>: <span title=\"Codes:{http://snomed.info/sct 6736007}\">Moderate severity</span></p><p><b>code</b>: <span title=\"Codes:{http://read.info/readv2 662P.}, {http://snomed.info/sct 275944005}\">Hypertension monitoring</span></p><p><b>subject</b>: <a href=\"Patient-500029.html\">Anne Smith  Female, DoB: 2015-03-04 ( Medical record number)</a></p><p><b>onset</b>: 2017-08-25 14:13:00+0000</p><p><b>asserter</b>: <a href=\"Practitioner-4.html\">Nurse Pauline Steele</a></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://emis.com/Id/Event/DBID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "50002941" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] [
fhir:system [ fhir:v "https://emis.com/Id/Event/GUID"^^xsd:anyURI ] ;
fhir:value [ fhir:v "655c0646-3914-4ee0-b50c-1ab0d3291873" ] ;
fhir:assigner [
fhir:identifier [
fhir:system [ fhir:v "https://fhir.nhs.uk/Id/ods-organization-code"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F83004" ]       ]     ]
  ] ) ; # 
  fhir:clinicalStatus [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-clinical"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ]     ] )
  ] ; # 
  fhir:severity [
    ( fhir:coding [
a sct:6736007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "6736007" ] ;
fhir:display [ fhir:v "Moderate severity" ]     ] )
  ] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://read.info/readv2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "662P." ] ;
fhir:display [ fhir:v "Hypertension monitoring" ]     ] [
a sct:275944005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "275944005" ] ;
fhir:display [ fhir:v "Hypertension monitoring" ]     ] ) ;
fhir:text [ fhir:v "Hypertension monitoring" ]
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/500029" ]
  ] ; # 
  fhir:onset [ fhir:v "2017-08-25T14:13:00+00:00"^^xsd:dateTime] ; # 
  fhir:asserter [
fhir:reference [ fhir:v "Practitioner/4" ] ;
fhir:display [ fhir:v "Nurse Pauline Steele" ]
  ] . #