FHIR Implementation Guide for Stroke
0.0.0 - ballot

FHIR Implementation Guide for Stroke - Local Development build (v0.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Prior Myocardial Infarction - 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:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ExamplePriorMyocardialInfarction"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/PriorMyocardialInfarction"^^xsd:anyURI ;
fhir:link <https://m-caretech.com.br/interopera/stroke-fhirig/StructureDefinition/PriorMyocardialInfarction>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"ExamplePriorMyocardialInfarction\"> </a></p><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\">Resource Observation &quot;ExamplePriorMyocardialInfarction&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PriorMyocardialInfarction.html\">Prior Myocardial Infarction</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: History of myocardial infarction <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#399211009)</span></p><p><b>subject</b>: <a href=\"Patient-example-strokepatient.html\">Patient/example-strokepatient</a> &quot; SILVA&quot;</p><p><b>effective</b>: 2024-01-11 11:45:00+0000</p><p><b>performer</b>: <a href=\"Practitioner-example-strokepractitioner.html\">Practitioner/example-strokepractitioner</a> &quot; FERREIRA&quot;</p><p><b>value</b>: Yes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v2-0532.html\">expandedYes-NoIndicator</a>#Y)</span></p></div>"
  ] ; # 
  fhir:status [ fhir:v "preliminary"] ; # 
  fhir:code [
    ( fhir:coding [
a sct:399211009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "399211009" ] ;
fhir:display [ fhir:v "History of myocardial infarction" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-strokepatient" ]
  ] ; # 
  fhir:effective [ fhir:v "2024-01-11T11:45:00Z"^^xsd:dateTime] ; # 
  fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/example-strokepractitioner" ]
  ] ) ; # 
  fhir:value [
a fhir:CodeableConcept ;
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0532"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]     ] )
  ] . #