FHIR IG analytics| Package | example.fhir.uv.myig |
| Resource Type | Library |
| Id | Library-example-sql.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
| Title: | Example Library | ||
|---|---|---|---|
| Id: | example-sql | ||
| Version: | 0.2.0 | ||
| Url: | Example Library | ||
| Status: | draft | ||
| Experimental: | true | ||
| Type: |
system: http://terminology.hl7.org/CodeSystem/library-type code: asset-collection |
||
| Date: | 2020-05-15 00:00:00+1000 | ||
| Publisher: | HL7 International - [Some] Work Group | ||
| Jurisdiction: | 001 | ||
|
|||
German
| Title: | Example Library | ||
|---|---|---|---|
| Id: | example-sql | ||
| Version: | 0.2.0 | ||
| Url: | Example Library | ||
| Status: | draft | ||
| Experimental: | true | ||
| Type: |
system: http://terminology.hl7.org/CodeSystem/library-type code: asset-collection |
||
| Date: | 2020-05-15 00:00:00+1000 | ||
| Publisher: | HL7 International - [Some] Work Group | ||
| Jurisdiction: | 001 | ||
|
|||
French
| Title: | Example Library | ||
|---|---|---|---|
| Id: | example-sql | ||
| Version: | 0.2.0 | ||
| Url: | Example Library | ||
| Status: | draft | ||
| Experimental: | true | ||
| Type: |
system: http://terminology.hl7.org/CodeSystem/library-type code: asset-collection |
||
| Date: | 2020-05-15 00:00:00+1000 | ||
| Publisher: | HL7 International - [Some] Work Group | ||
| Jurisdiction: | 001 | ||
|
|||
{
"resourceType": "Library",
"id": "example-sql",
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://somewhere.org/fhir/uv/myig/Library/example-sql",
"version": "0.2.0",
"name": "ExampleLibrary",
"title": "Example Library",
"status": "draft",
"experimental": true,
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/library-type",
"code": "asset-collection"
}
]
},
"date": "2020-05-15T00:00:00.000+10:00",
"publisher": "HL7 International - [Some] Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://hl7.org/Special/committees/[something]"
}
]
}
],
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"content": [
{
"contentType": "text/x-sql",
"data": "U0VMRUNUIEN1c3RvbWVycy5DdXN0b21lck5hbWUsIE9yZGVycy5PcmRlcklEDQpGUk9NIEN1c3RvbWVycw0KTEVGVCBKT0lOIE9yZGVycw0KT04gQ3VzdG9tZXJzLkN1c3RvbWVySUQ9T3JkZXJzLkN1c3RvbWVySUQNCk9SREVSIEJZIEN1c3RvbWVycy5DdXN0b21lck5hbWU7DQo="
}
]
}