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

FHIR IG analytics

Packagehl7.fhir.uv.fhir-for-fair
Resource TypeList
IdList-example-f4f-list.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


Source1

{
  "resourceType": "List",
  "id": "example-f4f-list",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f"
    ]
  },
  "text": {
    "status": "generated",
    "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"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceAttachment",
      "valueAttachment": {
        "url": "https://github.com/fair4health/metadata/blob/main/LICENSE"
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "https://example.org/registry/persistentID"
    }
  ],
  "status": "current",
  "mode": "working",
  "subject": {
    "reference": "Patient/example-f4f-patient"
  },
  "date": "2021-11-17",
  "source": {
    "display": "Best FAIR organization"
  },
  "note": [
    {
      "text": "This is an example of subject level data collection metadata"
    }
  ],
  "entry": [
    {
      "item": {
        "reference": "Patient/example-f4f-patient"
      }
    },
    {
      "item": {
        "reference": "Condition/example-f4f-condition"
      }
    },
    {
      "item": {
        "reference": "MedicationStatement/example-f4f-medicationStatement-1"
      }
    },
    {
      "item": {
        "reference": "MedicationStatement/example-f4f-medicationStatement-2"
      }
    }
  ]
}