Interagent - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: InteragentActivityDefinition - 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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "InteragentActivityDefinition1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ActivityDefinition</b><a name=\"InteragentActivityDefinition1\"> </a><a name=\"hcInteragentActivityDefinition1\"> </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 ActivityDefinition "InteragentActivityDefinition1" </p></div><p><b>url</b>: <code>https://gb-best-media.charite.de/ActivityDefinition/InteragentActivityDefinition1</code></p><p><b>version</b>: 0.1.0</p><p><b>status</b>: draft</p><p><b>date</b>: 2024-05-07 10:07:31+0000</p><p><b>publisher</b>: Charité</p><p><b>contact</b>: Charité: <a href=\"https://www.charite.de/\">https://www.charite.de/</a></p><p><b>code</b>: Assessment using obligatory exercise questionnaire (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#445793001)</span></p><p><b>intent</b>: proposal</p></div>"
] ; #
fhir:url [ fhir:v "https://gb-best-media.charite.de/ActivityDefinition/InteragentActivityDefinition1"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2024-05-07T10:07:31+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Charité"] ; #
fhir:contact ( [
fhir:name [ fhir:v "Charité" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.charite.de/" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a sct:445793001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "445793001" ] ;
fhir:display [ fhir:v "Assessment using obligatory exercise questionnaire (procedure)" ] ] )
] ; #
fhir:intent [ fhir:v "proposal"] . #