Example ValueSet/example-metadata-2 (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
Example Value Set Metadata v2
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-metadata-2"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset";
fhir:index 0;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset>
]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <ul>\n <li>Include all codes defined in \n <a href=\"codesystem-example-metadata.html\">\n <code>http://hl7.org/fhir/CodeSystem/example-metadata</code>\n </a>\n </li>\n </ul>\n </div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/example-metadata-2"];
fhir:ValueSet.identifier [
fhir:index 0;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.3143" ]
];
fhir:ValueSet.version [ fhir:value "5.0.0-ballot"];
fhir:ValueSet.name [ fhir:value "ExampleMetadata"];
fhir:ValueSet.title [ fhir:value "Metadata Example"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ValueSet.date [ fhir:value "2022-07-21"^^xsd:date];
fhir:ValueSet.publisher [ fhir:value "FHIR (Example)"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "FHIR project team" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
]
];
fhir:ValueSet.description [ fhir:value "This is an example value set that illustrates usage of the metadata resource elements introduced in R5"];
fhir:ValueSet.approvalDate [ fhir:value "2021-07-21"^^xsd:date];
fhir:ValueSet.lastReviewDate [ fhir:value "2022-07-21"^^xsd:date];
fhir:ValueSet.effectivePeriod [
fhir:Period.start [ fhir:value "2022-08-01"^^xsd:date ];
fhir:Period.end [ fhir:value "2023-07-31"^^xsd:date ]
];
fhir:ValueSet.topic [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/definition-topic" ];
fhir:Coding.code [ fhir:value "treatment" ];
fhir:Coding.display [ fhir:value "Treatment" ]
]
];
fhir:ValueSet.author [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "ACME ValueSet Development" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://acme.org/development" ]
]
];
fhir:ValueSet.editor [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "ACME ValueSet Management" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://acme.org/management" ]
]
];
fhir:ValueSet.reviewer [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "Society for Creative ValueSet Review" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://example.org/scvr" ]
]
];
fhir:ValueSet.endorser [
fhir:index 0;
fhir:ContactDetail.name [ fhir:value "National Foundation for ValueSet Quality" ];
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://example.org/nfvq" ]
]
];
fhir:ValueSet.relatedArtifact [
fhir:index 0;
fhir:RelatedArtifact.type [ fhir:value "derived-from" ];
fhir:RelatedArtifact.resource [
fhir:value "http://hl7.org/fhir/ValueSet/example";
fhir:link <http://hl7.org/fhir/ValueSet/example>
]
], [
fhir:index 1;
fhir:RelatedArtifact.type [ fhir:value "predecessor" ];
fhir:RelatedArtifact.resource [
fhir:value "http://hl7.org/fhir/ValueSet/example-metadata|20210701";
fhir:link <http://hl7.org/fhir/ValueSet/example-metadata|20210701>
]
];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/CodeSystem/example-metadata" ];
fhir:ValueSet.compose.include.version [ fhir:value "20220721" ]
]
]] .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.