| Package | hl7.fhir.uv.crmi |
| Resource Type | GraphDefinition |
| Id | shareable-example |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/GraphDefinition-shareable-example.html |
| URL | http://hl7.org/fhir/uv/crmi/GraphDefinition/shareable-example |
| Version | 1.0.0 |
| Status | draft |
| Date | 2021-02-11T20:43:58+00:00 |
| Name | ShareableGraphDefinitionExample |
| Realm | uv |
| Authority | hl7 |
| Description | Example of a Shareable GraphDefinition |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: GraphDefinition shareable-example
Profile: CRMI Shareable GraphDefinition
Artifact Title: Shareable GraphDefinition Example
url: GraphDefinition ShareableGraphDefinitionExample
version: 1.0.0
name: ShareableGraphDefinitionExample
status: Draft
experimental: true
date: 2021-02-11 20:43:58+0000
description:
Example of a Shareable GraphDefinition
jurisdiction: World
start: Patient
profile: http://example.org/guides/who/anc-cds/ancpatient
link
min: 0
max: *
description: Encounters
Targets
Type Params Profile Encounter patient={ref} http://example.org/guides/who/anc-cds/ancencounter
link
min: 0
max: *
description: LMP
Targets
Type Params Profile Observation patient={ref} http://example.org/guides/who/anc-cds/StructureDefinition/lmpobservation
{
"resourceType": "GraphDefinition",
"id": "shareable-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablegraphdefinition"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/artifact-title",
"valueString": "Shareable GraphDefinition Example"
}
],
"url": "http://hl7.org/fhir/uv/crmi/GraphDefinition/shareable-example",
"version": "1.0.0",
"name": "ShareableGraphDefinitionExample",
"status": "draft",
"experimental": true,
"date": "2021-02-11T20:43:58+00:00",
"description": "Example of a Shareable GraphDefinition",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"start": "Patient",
"profile": "http://example.org/guides/who/anc-cds/ancpatient",
"link": [
{
"min": 0,
"max": "*",
"description": "Encounters",
"target": [
{
"type": "Encounter",
"params": "patient={ref}",
"profile": "http://example.org/guides/who/anc-cds/ancencounter"
}
]
},
{
"min": 0,
"max": "*",
"description": "LMP",
"target": [
{
"type": "Observation",
"params": "patient={ref}",
"profile": "http://example.org/guides/who/anc-cds/StructureDefinition/lmpobservation"
}
]
}
]
}