Skip to content

Commit

Permalink
Initial rework of artifact references
Browse files Browse the repository at this point in the history
  • Loading branch information
bkaney committed Nov 8, 2023
1 parent ed71371 commit f8cc823
Show file tree
Hide file tree
Showing 24 changed files with 257 additions and 1,477 deletions.
24 changes: 23 additions & 1 deletion input/examples/Substance-definition-example.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@
"value": "1463"
}
],
"extension": [
{
"url": "https://hl7.org/fhir/StructureDefinition/artifact-url",
"valueUri": "https://example.org/Substance/ExampleSubstance"
},
{
"url": "https://hl7.org/fhir/StructureDefinition/artifact-version",
"valueString": "0.0.1"
}
],
"status": "active",
"category": [
{
Expand All @@ -24,5 +34,17 @@
],
"code": {
"text": "apitoxin (Honey Bee Venom)"
}
},
"ingredient": [
{
"substanceReference": {
"extension": [
{
"url": "https://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-artifact-reference",
"valueUri": "https://example.org/Substance/ExampleSubstance|0.0.1"
}
]
}
}
]
}
101 changes: 0 additions & 101 deletions input/extensions/StructureDefinition-artifact-versionAlgorithm.json

This file was deleted.

91 changes: 0 additions & 91 deletions input/extensions/StructureDefinition-artifact-versionPolicy.json

This file was deleted.

Loading

0 comments on commit f8cc823

Please sign in to comment.