Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.1.0-cibuild built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
: ShareableGraphDefinitionExample - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:GraphDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "shareable-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablegraphdefinition"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablegraphdefinition> ] )
] ; #
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: GraphDefinition shareable-example</b></p><a name=\"shareable-example\"> </a><a name=\"hcshareable-example\"> </a><a name=\"shareable-example-en-US\"> </a><p><b>Artifact Title</b>: Shareable GraphDefinition Example</p><p><b>url</b>: <a href=\"GraphDefinition-shareable-example.html\">GraphDefinition ShareableGraphDefinitionExample</a></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ShareableGraphDefinitionExample</p><p><b>status</b>: Draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2021-02-11 20:43:58+0000</p><p><b>description</b>: </p><div><p>Example of a Shareable GraphDefinition</p>\n</div><p><b>jurisdiction</b>: <span title=\"Codes:{http://unstats.un.org/unsd/methods/m49/m49.htm 001}\">World</span></p><p><b>start</b>: Patient</p><p><b>profile</b>: <code>http://http://fhir.org/guides/who/anc-cds/ancpatient</code></p><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: Encounters</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td style=\"display: none\">*</td><td>Encounter</td><td>patient={ref}</td><td><code>http://fhir.org/guides/who/anc-cds/ancencounter</code></td></tr></table></blockquote><blockquote><p><b>link</b></p><p><b>min</b>: 0</p><p><b>max</b>: *</p><p><b>description</b>: LMP</p><h3>Targets</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Params</b></td><td><b>Profile</b></td></tr><tr><td style=\"display: none\">*</td><td>Observation</td><td>patient={ref}</td><td><code>http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation</code></td></tr></table></blockquote></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/artifact-title"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Shareable GraphDefinition Example" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/crmi/GraphDefinition/shareable-example"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ShareableGraphDefinitionExample"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2021-02-11T20:43:58+00:00"^^xsd:dateTime] ; #
fhir:description [ fhir:v "Example of a Shareable GraphDefinition"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:start [ fhir:v "Patient"] ; #
fhir:profile [
fhir:v "http://http://fhir.org/guides/who/anc-cds/ancpatient"^^xsd:anyURI ;
fhir:link <http://http://fhir.org/guides/who/anc-cds/ancpatient>
] ; #
fhir:link ( [
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:description [ fhir:v "Encounters" ] ;
( fhir:target [
fhir:type [ fhir:v "Encounter" ] ;
fhir:params [ fhir:v "patient={ref}" ] ;
fhir:profile [
fhir:v "http://fhir.org/guides/who/anc-cds/ancencounter"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/ancencounter> ] ] )
] [
fhir:min [ fhir:v "0"^^xsd:integer ] ;
fhir:max [ fhir:v "*" ] ;
fhir:description [ fhir:v "LMP" ] ;
( fhir:target [
fhir:type [ fhir:v "Observation" ] ;
fhir:params [ fhir:v "patient={ref}" ] ;
fhir:profile [
fhir:v "http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation"^^xsd:anyURI ;
fhir:link <http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation> ] ] )
] ) . #