Skip to content

Commit

Permalink
remove unneeded function from publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
healthedata1 committed Apr 14, 2024
1 parent 78e24a9 commit cea2768
Show file tree
Hide file tree
Showing 8 changed files with 343 additions and 745 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"id": "vsac",
"packageId": "us.nlm.vsac",
"uri": "http://fhir.org/packages/us.nlm.vsac/ImplementationGuide/us.nlm.vsac",
"version": "0.9.0"
"version": "0.17.0"
},
{
"id": "uscdcphinvads",
Expand Down Expand Up @@ -152,14 +152,6 @@
"exampleBoolean": false,
"name": "US Core Pediatric Weight for Height Observation Profile"
},
{
"reference": {
"reference": "StructureDefinition/us-core-simple-observation"
},
"description": "This US Core FHIR Profile is meant to capture any “simple” observations that are not otherwise covered by other US Core Observation profiles. It represents any type of observation that is not classified as vital signs, laboratory, imaging, or other more specific observation types. This profile promotes interoperability and adoption through common implementation by setting minimum expectations for the Observation resource to record, search, and retrieve observations such as a clinical observation or assertion about a patient's health status or other general observations. This profile identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases.",
"exampleBoolean": false,
"name": "US Core Simple Observation Profile"
},
{
"reference": {
"reference": "ValueSet/us-core-source-of-payment"
Expand Down
18 changes: 1 addition & 17 deletions input/data/ig.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependsOn:
- id: vsac
packageId: us.nlm.vsac
uri: http://fhir.org/packages/us.nlm.vsac/ImplementationGuide/us.nlm.vsac
version: 0.9.0
version: 0.17.0
- id: uscdcphinvads
packageId: us.cdc.phinvads
uri: http://fhir.org/packages/us.cdc.phinvads/ImplementationGuide/us.cdc.phinvads
Expand Down Expand Up @@ -130,22 +130,6 @@ definition:
for standards development for specific use cases.
exampleBoolean: false
name: US Core Pediatric Weight for Height Observation Profile
- reference:
reference: StructureDefinition/us-core-simple-observation
description: "This US Core FHIR Profile is meant to capture any \u201Csimple\u201D\
\ observations that are not otherwise covered by other US Core Observation profiles.\
\ It represents any type of observation that is not classified as vital signs,\
\ laboratory, imaging, or other more specific observation types. This profile\
\ promotes interoperability and adoption through common implementation by setting\
\ minimum expectations for the Observation resource to record, search, and retrieve\
\ observations such as a clinical observation or assertion about a patient's\
\ health status or other general observations. This profile identifies which\
\ core elements, extensions, vocabularies, and value sets **SHALL** be present\
\ in the resource and constrains the way the elements are used when using this\
\ profile. It provides the floor for standards development for specific use\
\ cases."
exampleBoolean: false
name: US Core Simple Observation Profile
- reference:
reference: ValueSet/us-core-source-of-payment
description: '[US Public Health Data Consortium Source of Payment Codes](https://www.nahdo.org/sites/default/files/2020-12/SourceofPaymentTypologyUsersGuideVersion9.2December2020.pdf)
Expand Down
114 changes: 57 additions & 57 deletions input/examples/example-targeted-provenance.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,63 @@
{
"resourceType": "Provenance",
"id": "example-targeted-provenance",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Targeted Provenance Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a provenance example for the *US Core Provenance Profile* to demonstrate how Provenance can be used to document the source of individual elements such as Race and Ethnicity (R/E), gender identity."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance|0.1.0"
]
},
"target": [
{
"reference": "Patient/example-targeted-provenance",
"extension": [
"resourceType": "Provenance",
"id": "example-targeted-provenance",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Targeted Provenance Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a provenance example for the *US Core Provenance Profile* to demonstrate how Provenance can be used to document the source of individual elements such as Race and Ethnicity (R/E), gender identity."
}
],
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-provenance"
]
},
"target": [
{
"url": "http://hl7.org/fhir/StructureDefinition/targetElement",
"valueUri": "race"
"reference": "Patient/example-targeted-provenance",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/targetElement",
"valueUri": "race"
}
]
}
]
}
],
"recorded": "2023-02-28T15:26:23.217+00:00",
"agent": [
{
"role": [
],
"recorded": "2023-02-28T15:26:23.217+00:00",
"agent": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110150",
"display": "Application"
"role": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "110150",
"display": "Application"
}
]
}
],
"who": {
"display": "My_Form"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "informant",
"display": "Informant"
}
]
},
"who": {
"reference": "Patient/example-targeted-provenance"
}
]
}
],
"who": {
"display": "My_Form"
}
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type",
"code": "informant",
"display": "Informant"
}
]
},
"who": {
"reference": "Patient/example-targeted-provenance"
}
}
]
}
]
}
114 changes: 57 additions & 57 deletions input/examples/hl7east.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"resourceType": "Location",
"id": "hl7east",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|0.1.0"
"resourceType": "Location",
"id": "hl7east",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "HL7East Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a HL7East example for the *US Core Location Profile*."
}
]
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
}
],
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "HL7East Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is a HL7East example for the *US Core Location Profile*."
}
]
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
}
],
"status": "active",
"name": "Health Level Seven International - Amherst",
"type": [
{
"coding": [
"status": "active",
"name": "Health Level Seven International - Amherst",
"type": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "_DedicatedNonClinicalLocationRoleType",
"display": "DedicatedNonClinicalLocationRoleType"
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "_DedicatedNonClinicalLocationRoleType",
"display": "DedicatedNonClinicalLocationRoleType"
}
],
"text": "Administrative Office"
}
],
"text": "Administrative Office"
}
],
"description": "HL7 Headquarters - East",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
}
],
"address": {
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
},
"position": {
"longitude": -72.519854,
"latitude": 42.373222
},
"managingOrganization": {
"display": "Health Level Seven International"
}
}
"description": "HL7 Headquarters - East",
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
}
],
"address": {
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
},
"position": {
"longitude": -72.519854,
"latitude": 42.373222
},
"managingOrganization": {
"display": "Health Level Seven International"
}
}
Loading

0 comments on commit cea2768

Please sign in to comment.