FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.api-incubator
Resource TypeGraphDefinition
IdGraphDefinition-example.json
FHIR VersionR6
Sourcehttps://build.fhir.org/ig/HL7/api-incubator-ig/GraphDefinition-example.html
URLhttp://example.org/GraphDefinition/example
Statusdraft
Date2015-08-04
NameDocumentGenerationTemplate
TitleDocument Generation Template
Realmuv
Authorityhl7
DescriptionSpecify to include list references when generating a document using the $document operation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

-UseRuleCode
*requiresIdenticalPatient

link

description: Include any list entries

sourceId: list1

path: List.entry.item

targetId: resN

Compartments

-UseRuleCode
*requiresIdenticalPatient

Source1

{
  "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"
        }
      ]
    }
  ]
}