Making Electronic Data More available for Research and Public Health (MedMorph) 1.0.0 - STU 1
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 "us-ph-executable-library-example"] ; # fhir:meta [ fhir:versionId [ fhir:v "4" ] ; fhir:lastUpdated [ fhir:v "2022-07-29T23:37:47.364+00:00"^^xsd:dateTime ] ; fhir:source [ fhir:v "#I9GJEoGXKxtMVsat"^^xsd:anyURI ] ; ( fhir:profile [ fhir:v "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-executable-library"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-executable-library> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Related Artifacts </h2><table class=\"grid\"><tr><td>composed-of</td><td><a href=\"ValueSet-us-ph-executable-valueset-chlamydia-example.html\">US Public Health executable Valueset Example</a></td></tr></table><h2>Contents</h2></div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/us/medmorph/Library/us-ph-executable-library-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.11112" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "USPublicHealthExecutableLibraryExample"] ; # fhir:title [ fhir:v "US Public Health Executable Library 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 "2022-08-05T18:57:38+00:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "HL7 International - Public Health Work Group"] ; # fhir:contact ( [ ( fhir:telecom [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://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:purpose [ fhir:v "Purpose of library"] ; # fhir:effectivePeriod [ fhir:start [ fhir:v "2020-11-01"^^xsd:date ] ] ; # fhir:relatedArtifact ( [ fhir:type [ fhir:v "depends-on" ] ; fhir:resource [ fhir:v "http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-executable-valueset-chlamydia-example"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-executable-valueset-chlamydia-example> ] ] ) . #