This page is part of the FHIR for FAIR - FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR v4.3.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: Subject Level Data Collection [List] - JSON Representation
Raw json | Download
{
"resourceType" : "List",
"id" : "example-f4f-list",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: 2021-11-17Mode: workingStatus: current</td></tr><tr><td>Subject: <a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a>Source: (null)</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a></td></tr><tr><td><a href=\"Condition-example-f4f-condition.html\">Condition/example-f4f-condition</a></td></tr><tr><td><a href=\"MedicationStatement-example-f4f-medicationStatement-1.html\">MedicationStatement/example-f4f-medicationStatement-1</a></td></tr><tr><td><a href=\"MedicationStatement-example-f4f-medicationStatement-2.html\">MedicationStatement/example-f4f-medicationStatement-2</a></td></tr></table></div>"
},
"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"
}
}
]
}