BD-Core-FHIR-IG/input/examples/Library-example.json
2020-04-04 00:22:52 -06:00

16 lines
359 B
JSON

{
"resourceType" : "Library",
"url" : "http://somewhere.org/fhir/uv/myig/Library/example",
"version" : "1.0.0",
"status" : "draft",
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "logic-library"
}]
},
"content" : [{
"id" : "ig-loader-example.cql"
}]
}