HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm 2.1.2 - STU 2
Publication Build: This will be filled in by the publication tooling
Raw ttl | Download
@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:Library ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "library-us-ph-valueset-library-expansion-parameters-example"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset-library"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset-library> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Library library-us-ph-valueset-library-expansion-parameters-example</b></p><a name=\"library-us-ph-valueset-library-expansion-parameters-example\"> </a><a name=\"hclibrary-us-ph-valueset-library-expansion-parameters-example\"> </a><a name=\"library-us-ph-valueset-library-expansion-parameters-example-en-US\"> </a><h2>Related Artifacts</h2><table class=\"grid\"><tr><td>Composed Of</td><td><a href=\"ValueSet-valueset-dxtc-example.html\">Example Diagnosis Problem Triggers for Public Health Reporting</a></td></tr></table></div>" ] ; # fhir:contained ( [ a fhir:Parameters ; fhir:id [ fhir:v "expansion-parameters-ecr" ] ; ( fhir:parameter [ fhir:name [ fhir:v "profile-url" ] ; fhir:value [ fhir:v "dc8fd4bc-091a-424a-8a3b-6198ef146891" ] ] [ fhir:name [ fhir:v "system-version" ] ; fhir:value [ fhir:v "http://snomed.info/sct|http://snomed.info/sct/731000124108" ] ] ) ] ) ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-expansion-parameters-extension"^^xsd:anyURI ] ; fhir:value [ a fhir:Reference ; fhir:reference [ fhir:v "#expansion-parameters-ecr" ] ] ] ) ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/Library/library-us-ph-valueset-library-expansion-parameters-example"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.114222.4.11.11111.5" ] ] ) ; # fhir:version [ fhir:v "2.1.2"] ; # fhir:name [ fhir:v "USPHValueSetLibraryExpansionParametersExample"] ; # fhir:title [ fhir:v "US Public Health ValueSet Library Expansion Parameters Example"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:type [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/library-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "asset-collection" ] ] ) ] ; # fhir:date [ fhir:v "2024-10-30T19:58:01+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International / Public Health"] ; # fhir:contact ( [ fhir:name [ fhir:v "HL7 International / Public Health" ] ; ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] ) ] ) ; # fhir:description [ fhir:v "Description of library"] ; # fhir:jurisdiction ( [ ( fhir:coding [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "US" ] ; fhir:display [ fhir:v "United States of America" ] ] ) ; fhir:text [ fhir:v "United States of America" ] ] ) ; # fhir:purpose [ fhir:v "Purpose of library"] ; # fhir:effectivePeriod [ fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ] ; # fhir:relatedArtifact ( [ fhir:type [ fhir:v "composed-of" ] ; fhir:resource [ fhir:v "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example> ] ] ) . #