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

FHIR IG analytics

Packagehl7.fhir.us.medmorph.r4
Resource TypeLibrary
IdLibrary-us-ph-computable-library-example.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

Related Artifacts

composed-ofUS Public Health executable Valueset Example

Contents


Source1

{
  "resourceType": "Library",
  "id": "us-ph-computable-library-example",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-07-29T23:37:47.364+00:00",
    "source": "#I9GJEoGXKxtMVsat",
    "profile": [
      "http://hl7.org/fhir/us/medmorph/StructureDefinition/us-ph-computable-library"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/medmorph/Library/us-ph-computable-library-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.114222.4.11.11115"
    }
  ],
  "version": "1.0.0",
  "name": "USPublicHealthComputableLibraryExample",
  "title": "US Public Health Computable Library Example",
  "status": "active",
  "experimental": true,
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "asset-collection"
      }
    ]
  },
  "date": "2022-08-05T18:57:38+00:00",
  "publisher": "HL7 International - Public Health Work Group",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description": "Description of library",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "purpose": "Purpose of library",
  "effectivePeriod": {
    "start": "2020-11-01"
  },
  "relatedArtifact": [
    {
      "type": "depends-on",
      "resource": "http://hl7.org/fhir/us/medmorph/ValueSet/us-ph-computable-valueset-example"
    }
  ]
}