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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-for-fair
Resource TypeDocumentManifest
IdDocumentManifest-example-f4f-manifest.json
FHIR VersionR4B

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: DocumentManifest

Resource DocumentManifest "example-f4f-manifest"

Profile: DocumentManifest [Subject Level Medatata]

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:

Relateds

-Ref
*ResearchStudy/f4h-rs-2: FAIR4Health Study 2: 30-days readmission risk in COPD patients

Source1

{
  "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"
      }
    }
  ]
}