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

FHIR IG analytics

Packagede.netzwerk-universitaetsmedizin.ebm-cpg
Resource TypeCitation
IdCitation-ExampleStudyCitation.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 ExampleStudyCitation

url: Citation ExampleCitation

name: ExampleCitation

status: Active

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

citedArtifact

identifier: ceoysy/exampleIdentifier

Titles

-Text
*

Example Citation

Classifications

-TypeClassifier
*Publication TypeJournal Article

Source1

{
  "resourceType": "Citation",
  "id": "ExampleStudyCitation",
  "meta": {
    "profile": [
      "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/StructureDefinition/study-citation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/Citation/ExampleStudyCitation",
  "name": "ExampleCitation",
  "status": "active",
  "date": "2025-03-04T10:04:34+00:00",
  "citedArtifact": {
    "identifier": [
      {
        "value": "ceoysy/exampleIdentifier"
      }
    ],
    "title": [
      {
        "text": "Example Citation"
      }
    ],
    "classification": [
      {
        "type": {
          "coding": [
            {
              "system": "http://hl7.org/fhir/cited-artifact-classification-type",
              "code": "publication-type",
              "display": "Publication Type"
            }
          ]
        },
        "classifier": [
          {
            "coding": [
              {
                "system": "http://hl7.org/fhir/citation-artifact-classifier",
                "code": "D016428",
                "display": "Journal Article"
              }
            ]
          }
        ]
      }
    ]
  }
}