-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove unneeded function from publish.sh
- Loading branch information
healthedata1
committed
Apr 14, 2024
1 parent
78e24a9
commit cea2768
Showing
8 changed files
with
343 additions
and
745 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Oops, something went wrong.