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

: Form Registry - TTL Representation

Draft as of 2024-11-06

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:ActorDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FormRegistry"] ; # 
  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: ActorDefinition FormRegistry</b></p><a name=\"FormRegistry\"> </a><a name=\"hcFormRegistry\"> </a><a name=\"FormRegistry-en-GB\"> </a><table class=\"grid\"><tr><td><b>Actor: Form Registry </b></td><td>Form Registry</td><td>Type: system </td></tr><tr><td colspan=\"3\"><div/></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.virtually.healthcare/ActorDefinition/FormRegistry"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0-current"] ; # 
  fhir:name [ fhir:v "Form Registry"] ; # 
  fhir:title [ fhir:v "Form Registry"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-11-06T08:30:37+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Virtually Healthcare"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Virtually Healthcare" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://virtually.healthcare" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Repository for form definitions.\n\nLinks to detailed elaboration on this actor can be found in:\n\n- [HL7 Structured Data Capture](https://build.fhir.org/ig/HL7/sdc/workflow.html) in this guide. This actor is referred to in this guide as a `Form Manager`.\n- [IHE Retrieve Form for Data Capture (RFD)](https://profiles.ihe.net/ITI/TF/Volume1/ch-17.html#17.2)\n"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "GB" ] ;
fhir:display [ fhir:v "United Kingdom of Great Britain and Northern Ireland" ]     ] )
  ] ) ; # 
  fhir:type [ fhir:v "system"] . #