FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: GraphDefinition/shareable-example

Packagehl7.fhir.uv.crmi
Resource TypeGraphDefinition
Idshareable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/GraphDefinition-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/GraphDefinition/shareable-example
Version1.0.0
Statusdraft
Date2021-02-11T20:43:58+00:00
NameShareableGraphDefinitionExample
Realmuv
Authorityhl7
DescriptionExample of a Shareable GraphDefinition

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 shareable-example

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://http://fhir.org/guides/who/anc-cds/ancpatient

link

min: 0

max: *

description: Encounters

Targets

-TypeParamsProfile
*Encounterpatient={ref}http://fhir.org/guides/who/anc-cds/ancencounter

link

min: 0

max: *

description: LMP

Targets

-TypeParamsProfile
*Observationpatient={ref}http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation

Source

{
  "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://http://fhir.org/guides/who/anc-cds/ancpatient",
  "link": [
    {
      "min": 0,
      "max": "*",
      "description": "Encounters",
      "target": [
        {
          "type": "Encounter",
          "params": "patient={ref}",
          "profile": "http://fhir.org/guides/who/anc-cds/ancencounter"
        }
      ]
    },
    {
      "min": 0,
      "max": "*",
      "description": "LMP",
      "target": [
        {
          "type": "Observation",
          "params": "patient={ref}",
          "profile": "http://fhir.org/guides/who/anc-cds/StructureDefinition/lmpobservation"
        }
      ]
    }
  ]
}