FHIR IG analytics| Package | de.netzwerk-universitaetsmedizin.ebm-cpg |
| Resource Type | Citation |
| Id | Citation-ExampleStudyCitation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Citation ExampleStudyCitation
Profile: Study Citation
name: ExampleCitation
status: Active
date: 2025-03-04 10:04:34+0000
citedArtifact
identifier: ceoysy/exampleIdentifier
Titles
Text Example Citation
Classifications
Type Classifier Publication Type Journal Article
{
"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"
}
]
}
]
}
]
}
}