-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor edit to test validation pipeline
- Loading branch information
1 parent
c4babc4
commit b490b6c
Showing
2 changed files
with
76 additions
and
60 deletions.
There are no files selected for viewing
120 changes: 68 additions & 52 deletions
120
Conformance-resources/ACMEGithubProjectPatient.StructureDefinition.xml
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,53 +1,69 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="ACMEGithubProjectPatient" /> | ||
<url value="http://fake-acme.org/fhir/StructureDefinition/ACMEGithubProjectPatient" /> | ||
<name value="ACMEGithubProjectPatient" /> | ||
<status value="draft" /> | ||
<fhirVersion value="4.0.1" /> | ||
<mapping> | ||
<identity value="argonaut-dq-dstu2" /> | ||
<uri value="http://unknown.org/Argonaut-DQ-DSTU2" /> | ||
<name value="Argonaut-DQ-DSTU2" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="rim" /> | ||
<uri value="http://hl7.org/v3" /> | ||
<name value="RIM Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="cda" /> | ||
<uri value="http://hl7.org/v3/cda" /> | ||
<name value="CDA (R2)" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="w5" /> | ||
<uri value="http://hl7.org/fhir/fivews" /> | ||
<name value="FiveWs Pattern Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="v2" /> | ||
<uri value="http://hl7.org/v2" /> | ||
<name value="HL7 v2 Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="loinc" /> | ||
<uri value="http://loinc.org" /> | ||
<name value="LOINC code for the element" /> | ||
</mapping> | ||
<kind value="resource" /> | ||
<abstract value="false" /> | ||
<type value="Patient" /> | ||
<baseDefinition value="https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient" /> | ||
<derivation value="constraint" /> | ||
<differential> | ||
<element id="Patient.name"> | ||
<path value="Patient.name" /> | ||
<max value="1" /> | ||
</element> | ||
<element id="Patient.photo"> | ||
<path value="Patient.photo" /> | ||
<max value="0" /> | ||
</element> | ||
</differential> | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<StructureDefinition xmlns="http://hl7.org/fhir"> | ||
<id value="ACMEGithubProjectPatient" /> | ||
<url value="http://fake-acme.org/fhir/StructureDefinition/ACMEGithubProjectPatient" /> | ||
<name value="ACMEGithubProjectPatient" /> | ||
<status value="draft" /> | ||
<fhirVersion value="4.0.1" /> | ||
<mapping> | ||
<identity value="argonaut-dq-dstu2" /> | ||
<uri value="http://unknown.org/Argonaut-DQ-DSTU2" /> | ||
<name value="Argonaut-DQ-DSTU2" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="rim" /> | ||
<uri value="http://hl7.org/v3" /> | ||
<name value="RIM Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="cda" /> | ||
<uri value="http://hl7.org/v3/cda" /> | ||
<name value="CDA (R2)" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="w5" /> | ||
<uri value="http://hl7.org/fhir/fivews" /> | ||
<name value="FiveWs Pattern Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="v2" /> | ||
<uri value="http://hl7.org/v2" /> | ||
<name value="HL7 v2 Mapping" /> | ||
</mapping> | ||
<mapping> | ||
<identity value="loinc" /> | ||
<uri value="http://loinc.org" /> | ||
<name value="LOINC code for the element" /> | ||
</mapping> | ||
<kind value="resource" /> | ||
<abstract value="false" /> | ||
<type value="Patient" /> | ||
<baseDefinition value="https://fake-acme.org/fhir/StructureDefinition/ACME-base-patient" /> | ||
<derivation value="constraint" /> | ||
<differential> | ||
<element id="Patient.extension:race"> | ||
<path value="Patient.extension" /> | ||
<sliceName value="race" /> | ||
</element> | ||
<element id="Patient.extension:race.extension"> | ||
<path value="Patient.extension.extension" /> | ||
<min value="1" /> | ||
</element> | ||
<element id="Patient.extension:ethnicity"> | ||
<path value="Patient.extension" /> | ||
<sliceName value="ethnicity" /> | ||
</element> | ||
<element id="Patient.extension:ethnicity.extension"> | ||
<path value="Patient.extension.extension" /> | ||
<min value="1" /> | ||
</element> | ||
<element id="Patient.name"> | ||
<path value="Patient.name" /> | ||
<max value="2" /> | ||
</element> | ||
<element id="Patient.photo"> | ||
<path value="Patient.photo" /> | ||
<max value="0" /> | ||
</element> | ||
</differential> | ||
</StructureDefinition> |
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,9 +1,9 @@ | ||
{ | ||
"updated": "2021-03-10T11:11:07.302469+01:00", | ||
"dependencies": { | ||
"acme.base.r4": "4.0.3", | ||
"hl7.fhir.us.core": "3.1.0", | ||
"hl7.fhir.r4.core": "4.0.1" | ||
}, | ||
"missing": {} | ||
{ | ||
"updated": "2024-03-08T13:15:20.0890122+01:00", | ||
"dependencies": { | ||
"acme.base.r4": "4.0.3", | ||
"hl7.fhir.us.core": "3.1.0", | ||
"hl7.fhir.r4.core": "4.0.1" | ||
}, | ||
"missing": {} | ||
} |