This page is part of the electronic Case Reporting (eCR) (v2.1.1: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in it's permanent location. For a full list of available versions, see the Directory of published versions
: eRSD Specification Library Example - JSON Representation
Raw json | Download
{
"resourceType" : "Library",
"id" : "library-ersd-specification-library-example",
"meta" : {
"versionId" : "2",
"lastUpdated" : "2021-08-20T01:11:02.013-06:00",
"source" : "#8XgMNKvpGG3kbEOo",
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-specification-library"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Related Artifacts</h2><table class=\"grid\"><tr><td>composed-of</td><td><a href=\"PlanDefinition-plandefinition-ersd-instance-example.html\">eRSD PlanDefinition Instance Example</a></td></tr><tr><td>composed-of</td><td><a href=\"Bundle-bundle-ersd-specification-example.html\">Reportable Condition Trigger Codes (RCTC) Example Library</a></td></tr></table><h2>Contents</h2></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "pher"
}
],
"url" : "http://hl7.org/fhir/us/ecr/Library/library-ersd-specification-library-example",
"identifier" : [
{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.114222.4.11.11111.6"
}
],
"version" : "2.1.1",
"name" : "ERSDSpecificationLibraryExample",
"title" : "eRSD Specification Library Example",
"status" : "active",
"experimental" : true,
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "asset-collection"
}
]
},
"date" : "2023-12-14T17:42:45+00:00",
"publisher" : "HL7 International / Public Health",
"contact" : [
{
"name" : "HL7 International / Public Health",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"description" : "Description of library",
"useContext" : [
{
"code" : {
"system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
"code" : "reporting",
"display" : "Reporting"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
"code" : "triggering",
"display" : "Triggering"
}
]
}
},
{
"code" : {
"system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
"code" : "specification-type",
"display" : "Specification Type"
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
"code" : "program",
"display" : "Program"
}
]
}
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US",
"display" : "United States of America"
}
],
"text" : "United States of America"
}
],
"purpose" : "Purpose of library",
"effectivePeriod" : {
"start" : "2020-11-01"
},
"relatedArtifact" : [
{
"type" : "composed-of",
"resource" : "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance-example"
},
{
"type" : "composed-of",
"resource" : "http://hl7.org/fhir/us/ecr/Library/library-rctc-example"
}
]
}