FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageexample.fhir.uv.myig
Resource TypeLibrary
IdLibrary-example-sql.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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
Content: text/x-sql
Encoded data (212 characters)

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
Content: text/x-sql
Encoded data (212 characters)

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
Content: text/x-sql
Encoded data (212 characters)

Source1

{
  "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="
    }
  ]
}