FHIR IG analytics| Package | hl7.fhir.uv.fhir-for-fair |
| Resource Type | DocumentManifest |
| Id | DocumentManifest-example-f4f-manifest.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: DocumentManifest
Resource DocumentManifest "example-f4f-manifest"
Copyright: (c) Best FAIR organization
Licence Terms as CodeableConcept: Creative Commons Attribution Non Commercial 4.0 International (SPDXLicense#CC-BY-NC-4.0)
masterIdentifier: id: #https://example.org/registry/persistentID
status: current
subject: Patient/example-f4f-patient
created: 2021-11-17
author: : Best FAIR organization
description: This is an example of subject level data collection metadata
content:
| Ref |
| ResearchStudy/f4h-rs-2: FAIR4Health Study 2: 30-days readmission risk in COPD patients |
{
"resourceType": "DocumentManifest",
"id": "example-f4f-manifest",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright",
"valueMarkdown": "(c) Best FAIR organization"
},
{
"url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceCodeable",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/spdx-license",
"code": "CC-BY-NC-4.0",
"display": "Creative Commons Attribution Non Commercial 4.0 International"
}
]
}
}
],
"masterIdentifier": {
"system": "urn:ietf:rfc:3986",
"value": "https://example.org/registry/persistentID"
},
"status": "current",
"subject": {
"reference": "Patient/example-f4f-patient"
},
"created": "2021-11-17",
"author": [
{
"display": "Best FAIR organization"
}
],
"description": "This is an example of subject level data collection metadata",
"content": [
{
"reference": "Patient/example-f4f-patient"
},
{
"reference": "Condition/example-f4f-condition"
},
{
"reference": "MedicationStatement/example-f4f-medicationStatement-1"
},
{
"reference": "MedicationStatement/example-f4f-medicationStatement-2"
}
],
"related": [
{
"ref": {
"reference": "ResearchStudy/f4h-rs-2",
"display": "FAIR4Health Study 2: 30-days readmission risk in COPD patients"
}
}
]
}