FHIR IG analytics| Package | hl7.fhir.uv.api-incubator |
| Resource Type | GraphDefinition |
| Id | GraphDefinition-example.json |
| FHIR Version | R6 |
| Source | https://build.fhir.org/ig/HL7/api-incubator-ig/GraphDefinition-example.html |
| URL | http://example.org/GraphDefinition/example |
| Status | draft |
| Date | 2015-08-04 |
| Name | DocumentGenerationTemplate |
| Title | Document Generation Template |
| Realm | uv |
| Authority | hl7 |
| Description | Specify to include list references when generating a document using the $document operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: GraphDefinition example
url: http://example.org/GraphDefinition/example
name: DocumentGenerationTemplate
title: Document Generation Template
status: Draft
date: 2015-08-04
publisher: FHIR Project
contact: http://hl7.org/fhir
description:
Specify to include list references when generating a document using the $document operation
start: comp1
node
nodeId: comp1
description: The base composition
type: Composition
profile:
http://example.org/fhir/StructureDefinition/clinicaldocument
node
nodeId: list1
description: A list resource that a section entry reference points to
type: List
node
nodeId: resN
description: Generic resource that's the target of a list reference
type: Resource
link
description: Link from Composition.section to list
sourceId: comp1
path: Composition.section.entry
targetId: list1
Compartments
Use Rule Code requires Identical Patient
link
description: Include any list entries
sourceId: list1
path: List.entry.item
targetId: resN
Compartments
Use Rule Code requires Identical Patient
{
"resourceType": "GraphDefinition",
"resourceDefinition": "http://hl7.org/fhir/StructureDefinition/GraphDefinition|0.1.0",
"id": "example",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://example.org/GraphDefinition/example",
"name": "DocumentGenerationTemplate",
"title": "Document Generation Template",
"status": "draft",
"date": "2015-08-04",
"publisher": "FHIR Project",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
]
}
],
"description": "Specify to include list references when generating a document using the $document operation",
"start": "comp1",
"node": [
{
"nodeId": "comp1",
"description": "The base composition",
"type": "Composition",
"profile": "http://example.org/fhir/StructureDefinition/clinicaldocument"
},
{
"nodeId": "list1",
"description": "A list resource that a section entry reference points to",
"type": "List"
},
{
"nodeId": "resN",
"description": "Generic resource that's the target of a list reference",
"type": "Resource"
}
],
"link": [
{
"description": "Link from Composition.section to list",
"sourceId": "comp1",
"path": "Composition.section.entry",
"targetId": "list1",
"compartment": [
{
"use": "requires",
"rule": "identical",
"code": "Patient"
}
]
},
{
"description": "Include any list entries",
"sourceId": "list1",
"path": "List.entry.item",
"targetId": "resN",
"compartment": [
{
"use": "requires",
"rule": "identical",
"code": "Patient"
}
]
}
]
}