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

FHIR IG analytics

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeCitation
IdCitation-ExampleGuidelineCitation.json
FHIR VersionR5

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: Citation ExampleGuidelineCitation

url: Citation ExampleGuidelineCitation

name: ExampleGuidelineCitation

status: Active

date: 2025-03-04 10:04:34+0000

citedArtifact

identifier: ceoysy/exampleIdentifier

Versions

-Value
*1.0-alpha1

currentState: Archived

Titles

-Text
*

Example Citation

WebLocations

-Url
*https://example.com/guideline/exampleIdentifier

Classifications

-TypeClassifier
*Publication TypeClinical practice guideline

Source1

{
  "resourceType": "Citation",
  "id": "ExampleGuidelineCitation",
  "meta": {
    "profile": [
      "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/guideline-citation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Citation/ExampleGuidelineCitation",
  "name": "ExampleGuidelineCitation",
  "status": "active",
  "date": "2025-03-04T10:04:34+00:00",
  "citedArtifact": {
    "identifier": [
      {
        "value": "ceoysy/exampleIdentifier"
      }
    ],
    "version": {
      "value": "1.0-alpha1"
    },
    "currentState": [
      {
        "coding": [
          {
            "system": "http://hl7.org/fhir/cited-artifact-status-type",
            "code": "archived",
            "display": "Archived"
          }
        ]
      }
    ],
    "title": [
      {
        "text": "Example Citation"
      }
    ],
    "webLocation": [
      {
        "url": "https://example.com/guideline/exampleIdentifier"
      }
    ],
    "classification": [
      {
        "type": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/cited-artifact-classification-type",
              "code": "publication-type",
              "display": "Publication Type"
            }
          ]
        },
        "classifier": [
          {
            "coding": [
              {
                "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/CodeSystem/ceosys-code-system",
                "code": "clinical-practice-guideline",
                "display": "Clinical practice guideline"
              }
            ]
          }
        ]
      }
    ]
  }
}