diff --git a/README.md b/README.md index b5fbe2e..89ba102 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ This will allow you to see your automatically generated and published FHIR® IG

In order to enable this automatic generation of FHIR® IG artifacts, install the IG Auto-Builder: __https://github.com/apps/fhir-ig-builder__.

-The continous build IG for this Starter Project can be seen here: __https://build.fhir.org/ig/jembi/Starter-FHIR-IG/index.html__ +The continous build IG for this Starter Project can be seen here: __http://jembi.org/fhir/index.html__

>**NOTE** diff --git a/input/cql/HIVCommon.cql b/input/cql/HIVCommon.cql index 2ac8aa8..5f0e9d0 100644 --- a/input/cql/HIVCommon.cql +++ b/input/cql/HIVCommon.cql @@ -7,9 +7,9 @@ using FHIR version '4.0.1' include FHIRHelpers version '4.0.1' include FHIRCommon version '4.0.1' -valueset "HIV Test Types": 'https://build.fhir.org/ig/jembi/Starter-FHIR-IG/ValueSet/hiv-test-type-value-set' +valueset "HIV Test Types": 'http://jembi.org/fhir/ValueSet/hiv-test-type-value-set' -valueset "ARV Drugs": 'https://build.fhir.org/ig/jembi/Starter-FHIR-IG/ValueSet/arv-treatment-value-set' +valueset "ARV Drugs": 'http://jembi.org/fhir/ValueSet/arv-treatment-value-set' codesystem "Observation Category Codes": 'http://terminology.hl7.org/CodeSystem/observation-category' codesystem "SNOMED CT Codes": 'http://snomed.info/sct' diff --git a/input/fsh/data-dictionary/exchange-requirements-data-elements.fsh b/input/fsh/data-dictionary/exchange-requirements-data-elements.fsh index 33da18c..d9ebed1 100644 --- a/input/fsh/data-dictionary/exchange-requirements-data-elements.fsh +++ b/input/fsh/data-dictionary/exchange-requirements-data-elements.fsh @@ -22,7 +22,7 @@ Description: "Exchange requirements example for the Patient Resource." * relatedPerson 0..1 Reference "Related person" "Someone related to the patient" * ^isSummary = true * ^mustSupport = true -* relatedPerson = Reference(https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/RelatedPersonLogicalModel) +* relatedPerson = Reference(http://jembi.org/fhir/StructureDefinition/RelatedPersonLogicalModel) Mapping: PatientLogicalModel-to-Patient Source: PatientLogicalModel @@ -56,7 +56,7 @@ Description: "Exchange requirements example for the RelatedPerson Resource." * relationshipType 1..1 Coding "Relationship type" "How is the person related to the patient" * relationshipType from http://terminology.hl7.org/ValueSet/v3-RoleCode (preferred) * patientRelatedTo 1..1 Reference "Patient related to" "The patient who is the target of the relationship" - * patientRelatedTo = Reference(https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/PatientLogicalModel) + * patientRelatedTo = Reference(http://jembi.org/fhir/StructureDefinition/PatientLogicalModel) * maritalStatus 0..1 BackboneElement "Marital status" "Related person marital status" * ^isSummary = true * ^mustSupport = true diff --git a/input/fsh/examples - general.fsh b/input/fsh/examples - general.fsh index 56ad06d..7c32838 100644 --- a/input/fsh/examples - general.fsh +++ b/input/fsh/examples - general.fsh @@ -54,7 +54,7 @@ Description: "Marital status documented using a proprietary code." * name[=].given[middleName] = "Smith" * patient = Reference(PatientExample3) * relationship = http://terminology.hl7.org/CodeSystem/v3-RoleCode#MTH -* extension[MaritalStatus][+].extension[Status][+].valueCodeableConcept = https://build.fhir.org/ig/jembi/Starter-FHIR-IG/CodeSystem/cs-marital-status#Other +* extension[MaritalStatus][+].extension[Status][+].valueCodeableConcept = http://jembi.org/fhir/CodeSystem/cs-marital-status#Other * extension[MaritalStatus][=].extension[Status][=].valueCodeableConcept.text = "Some other code/reason" * extension[MaritalStatus][=].extension[EffectiveDate].valueDate = "1999-01-01" diff --git a/input/fsh/examples-logical-model.fsh b/input/fsh/examples-logical-model.fsh index ec506d8..10223a9 100644 --- a/input/fsh/examples-logical-model.fsh +++ b/input/fsh/examples-logical-model.fsh @@ -9,7 +9,7 @@ Description: "Patient documented as married." * maritalStatus * status = http://terminology.hl7.org/CodeSystem/v3-MaritalStatus#M * effectiveDate.extension[+].valueDate = "1999-01-01" - * effectiveDate.extension[=].url = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date" + * effectiveDate.extension[=].url = "http://jembi.org/fhir/StructureDefinition/marital-status-date" Instance: LogicalModelPatientExample2 InstanceOf: PatientLogicalModel @@ -31,7 +31,7 @@ Description: "Patient marital status not documented but includes a Mother relati * name[+].firstName = "John" * name[=].middleName = "Doe" -* relatedPerson = Reference(https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/RelatedPersonLogicalModel) +* relatedPerson = Reference(http://jembi.org/fhir/StructureDefinition/RelatedPersonLogicalModel) Instance: RelatedPersonLogicalModelExample1 InstanceOf: RelatedPersonLogicalModel @@ -41,12 +41,12 @@ Description: "Marital status documented using a HL7 code." * name[+].firstName = "Jane" * name[=].middleName = "Smith" -* relationship.patientRelatedTo = Reference(https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/PatientLogicalModel) +* relationship.patientRelatedTo = Reference(http://jembi.org/fhir/StructureDefinition/PatientLogicalModel) * relationship.relationshipType = http://terminology.hl7.org/CodeSystem/v3-RoleCode#MTH * maritalStatus * status = http://terminology.hl7.org/CodeSystem/v3-MaritalStatus#M * effectiveDate.extension[+].valueDate = "1999-01-01" - * effectiveDate.extension[=].url = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date" + * effectiveDate.extension[=].url = "http://jembi.org/fhir/StructureDefinition/marital-status-date" Instance: RelatedPersonLogicalModelExample2 InstanceOf: RelatedPersonLogicalModel @@ -56,10 +56,10 @@ Description: "Marital status documented using a proprietary code." * name[+].firstName = "Jane" * name[=].middleName = "Smith" -* relationship.patientRelatedTo = Reference(https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/PatientLogicalModel) +* relationship.patientRelatedTo = Reference(http://jembi.org/fhir/StructureDefinition/PatientLogicalModel) * relationship.relationshipType = http://terminology.hl7.org/CodeSystem/v3-RoleCode#MTH * maritalStatus - * status = https://build.fhir.org/ig/jembi/Starter-FHIR-IG/CodeSystem/cs-marital-status#Other + * status = http://jembi.org/fhir/CodeSystem/cs-marital-status#Other * status.text = "Some other code/reason" * effectiveDate.extension[+].valueDate = "1999-01-01" - * effectiveDate.extension[=].url = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date" \ No newline at end of file + * effectiveDate.extension[=].url = "http://jembi.org/fhir/StructureDefinition/marital-status-date" \ No newline at end of file diff --git a/input/fsh/extension.fsh b/input/fsh/extension.fsh index bbf55d8..ac631f2 100644 --- a/input/fsh/extension.fsh +++ b/input/fsh/extension.fsh @@ -28,7 +28,7 @@ Description: "An extension to capture the marital status and the effective date * ^mapping[+].identity = "RelatedPersonLogicalModel" * ^mapping[=].name = "Related Person Logical Model" -* ^mapping[=].uri = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/RelatedPersonLogicalModel" +* ^mapping[=].uri = "http://jembi.org/fhir/StructureDefinition/RelatedPersonLogicalModel" * . SU // to ensure that both extensions are included in GET requests. * extension contains MaritalStatusExtension named Status 1..1 @@ -57,7 +57,7 @@ Description: "An extension to capture the marital status." * valueCodeableConcept ^binding.extension[+].extension[+].url = "purpose" * valueCodeableConcept ^binding.extension[=].extension[=].valueCode = #extensible * valueCodeableConcept ^binding.extension[=].extension[+].url = "valueSet" -* valueCodeableConcept ^binding.extension[=].extension[=].valueCanonical = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/ValueSet/vs-marital-status" +* valueCodeableConcept ^binding.extension[=].extension[=].valueCanonical = "http://jembi.org/fhir/ValueSet/vs-marital-status" * valueCodeableConcept ^binding.extension[=].extension[+].url = "documentation" * valueCodeableConcept ^binding.extension[=].extension[=].valueMarkdown = "A demonstrable list of codes for marital status." * valueCodeableConcept ^binding.extension[=].url = "http://hl7.org/fhir/tools/StructureDefinition/additional-binding" diff --git a/input/fsh/invariant-constraints.fsh b/input/fsh/invariant-constraints.fsh index e6faed1..a8b4290 100644 --- a/input/fsh/invariant-constraints.fsh +++ b/input/fsh/invariant-constraints.fsh @@ -1,4 +1,4 @@ Invariant: Extension-MaritalStatusAndEffectiveDateExtension-1 Description: "If valueCodeableConcept.coding.code for the extension \"MaritalStatus\" is \"Other\" then the value for CodeableConcept.text SHALL be present." -Expression: "value.coding.where(system = 'https://build.fhir.org/ig/jembi/Starter-FHIR-IG/CodeSystem/cs-marital-status' and code = 'Other').exists() implies value.text.exists()" +Expression: "value.coding.where(system = 'http://jembi.org/fhir/CodeSystem/cs-marital-status' and code = 'Other').exists() implies value.text.exists()" Severity: #error \ No newline at end of file diff --git a/input/fsh/profiles.fsh b/input/fsh/profiles.fsh index fcadbee..c511627 100644 --- a/input/fsh/profiles.fsh +++ b/input/fsh/profiles.fsh @@ -12,7 +12,7 @@ Title: "Patient" * ^mapping[+].identity = "PatientLogicalModel" * ^mapping[=].name = "Patient Logical Model" -* ^mapping[=].uri = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/PatientLogicalModel" +* ^mapping[=].uri = "http://jembi.org/fhir/StructureDefinition/PatientLogicalModel" //* extension contains LogicalModelReferenceExtension named LogicalModel 1..1 //* extension[LogicalModel].valueReference = Reference(PatientLogicalModel) @@ -63,7 +63,7 @@ Title: "Related Person" * ^mapping[+].identity = "RelatedPersonLogicalModel" * ^mapping[=].name = "Related Person Logical Model" -* ^mapping[=].uri = "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/RelatedPersonLogicalModel" +* ^mapping[=].uri = "http://jembi.org/fhir/StructureDefinition/RelatedPersonLogicalModel" //* extension contains LogicalModelReferenceExtension named LogicalModel 1..1 //* extension[LogicalModel].valueReference = Reference(RelatedPersonLogicalModel) diff --git a/input/ignoreWarnings.txt b/input/ignoreWarnings.txt index 42c555b..269b8d1 100644 --- a/input/ignoreWarnings.txt +++ b/input/ignoreWarnings.txt @@ -1,5 +1,5 @@ == Suppressed Messages == # Not all generic profiles need an example -WARNING: StructureDefinition.where(url = 'https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/generic-observation'): The Implementation Guide contains no examples for this profile -WARNING: StructureDefinition.where(url = 'https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/generic-medication-dispense'): The Implementation Guide contains no examples for this profile +WARNING: StructureDefinition.where(url = 'http://jembi.org/fhir/StructureDefinition/generic-observation'): The Implementation Guide contains no examples for this profile +WARNING: StructureDefinition.where(url = 'http://jembi.org/fhir/StructureDefinition/generic-medication-dispense'): The Implementation Guide contains no examples for this profile diff --git a/input/tests/InitiatedART/PatientExample1/Observation/ConfirmedHIV+.json b/input/tests/InitiatedART/PatientExample1/Observation/ConfirmedHIV+.json index 58f5db3..82b9bb2 100644 --- a/input/tests/InitiatedART/PatientExample1/Observation/ConfirmedHIV+.json +++ b/input/tests/InitiatedART/PatientExample1/Observation/ConfirmedHIV+.json @@ -3,7 +3,7 @@ "id": "ConfirmedHIVPositiveExample", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/confirmed-hiv-positive-observation" + "http://jembi.org/fhir/StructureDefinition/confirmed-hiv-positive-observation" ] }, "text": { diff --git a/input/tests/InitiatedART/PatientExample1/Observation/InitiatedOnART.json b/input/tests/InitiatedART/PatientExample1/Observation/InitiatedOnART.json index d9c54ea..3a623df 100644 --- a/input/tests/InitiatedART/PatientExample1/Observation/InitiatedOnART.json +++ b/input/tests/InitiatedART/PatientExample1/Observation/InitiatedOnART.json @@ -3,7 +3,7 @@ "id": "InitiatedArtARTFollowupStatusExample", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/art-followup-status-observation" + "http://jembi.org/fhir/StructureDefinition/art-followup-status-observation" ] }, "text": { diff --git a/input/tests/InitiatedART/PatientExample1/Patient/Patient-PatientExample1.json b/input/tests/InitiatedART/PatientExample1/Patient/Patient-PatientExample1.json index d07002d..c32da77 100644 --- a/input/tests/InitiatedART/PatientExample1/Patient/Patient-PatientExample1.json +++ b/input/tests/InitiatedART/PatientExample1/Patient/Patient-PatientExample1.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample1", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/input/tests/OutpatientViralLoad/PatientExample1/Encounter/Encounter-GeneralEncounterExample.json b/input/tests/OutpatientViralLoad/PatientExample1/Encounter/Encounter-GeneralEncounterExample.json index 5f92e10..a8ca572 100644 --- a/input/tests/OutpatientViralLoad/PatientExample1/Encounter/Encounter-GeneralEncounterExample.json +++ b/input/tests/OutpatientViralLoad/PatientExample1/Encounter/Encounter-GeneralEncounterExample.json @@ -2,7 +2,7 @@ "resourceType" : "Encounter", "id" : "GeneralEncounterExample", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/target-facility-encounter"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/target-facility-encounter"] }, "text" : { "status" : "generated", diff --git a/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json b/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json index 61a49f4..38869a4 100644 --- a/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json +++ b/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample1", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json b/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json index b2cd995..ba491a0 100644 --- a/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json +++ b/input/tests/OutpatientViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample2", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/OutpatientViralLoad/PatientExample1/Patient/Patient-PatientExample1.json b/input/tests/OutpatientViralLoad/PatientExample1/Patient/Patient-PatientExample1.json index d07002d..c32da77 100644 --- a/input/tests/OutpatientViralLoad/PatientExample1/Patient/Patient-PatientExample1.json +++ b/input/tests/OutpatientViralLoad/PatientExample1/Patient/Patient-PatientExample1.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample1", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/input/tests/OutpatientViralLoad/PatientExample2/Encounter/Encounter-GeneralEncounterExample.json b/input/tests/OutpatientViralLoad/PatientExample2/Encounter/Encounter-GeneralEncounterExample.json index 32279fc..37174d7 100644 --- a/input/tests/OutpatientViralLoad/PatientExample2/Encounter/Encounter-GeneralEncounterExample.json +++ b/input/tests/OutpatientViralLoad/PatientExample2/Encounter/Encounter-GeneralEncounterExample.json @@ -2,7 +2,7 @@ "resourceType" : "Encounter", "id" : "GeneralEncounterExample", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/target-facility-encounter"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/target-facility-encounter"] }, "text" : { "status" : "generated", diff --git a/input/tests/OutpatientViralLoad/PatientExample2/Observation/Observation-ViralLoadResultExample2.json b/input/tests/OutpatientViralLoad/PatientExample2/Observation/Observation-ViralLoadResultExample2.json index 49741fd..d2becd2 100644 --- a/input/tests/OutpatientViralLoad/PatientExample2/Observation/Observation-ViralLoadResultExample2.json +++ b/input/tests/OutpatientViralLoad/PatientExample2/Observation/Observation-ViralLoadResultExample2.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample2", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/OutpatientViralLoad/PatientExample2/Patient/Patient-PatientExample2.json b/input/tests/OutpatientViralLoad/PatientExample2/Patient/Patient-PatientExample2.json index f4c827e..a40a9cf 100644 --- a/input/tests/OutpatientViralLoad/PatientExample2/Patient/Patient-PatientExample2.json +++ b/input/tests/OutpatientViralLoad/PatientExample2/Patient/Patient-PatientExample2.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample2", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json b/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json index 61a49f4..38869a4 100644 --- a/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json +++ b/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample1.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample1", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json b/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json index b2cd995..ba491a0 100644 --- a/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json +++ b/input/tests/ViralLoad/PatientExample1/Observation/Observation-ViralLoadResultExample2.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample2", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/ViralLoad/PatientExample1/Patient/Patient-PatientExample1.json b/input/tests/ViralLoad/PatientExample1/Patient/Patient-PatientExample1.json index d07002d..c32da77 100644 --- a/input/tests/ViralLoad/PatientExample1/Patient/Patient-PatientExample1.json +++ b/input/tests/ViralLoad/PatientExample1/Patient/Patient-PatientExample1.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample1", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/input/tests/ViralLoad/PatientExample2/Patient/Patient-PatientExample2.json b/input/tests/ViralLoad/PatientExample2/Patient/Patient-PatientExample2.json index f4c827e..a40a9cf 100644 --- a/input/tests/ViralLoad/PatientExample2/Patient/Patient-PatientExample2.json +++ b/input/tests/ViralLoad/PatientExample2/Patient/Patient-PatientExample2.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample2", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample1.json b/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample1.json index 61a49f4..38869a4 100644 --- a/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample1.json +++ b/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample1.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample1", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample2.json b/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample2.json index b2cd995..ba491a0 100644 --- a/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample2.json +++ b/input/tests/ViralLoadStatus/PatientExample1/Observation/Observation-ViralLoadResultExample2.json @@ -3,7 +3,7 @@ "id": "ViralLoadResultExample2", "meta": { "profile": [ - "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/viral-load-count-observation" + "http://jembi.org/fhir/StructureDefinition/viral-load-count-observation" ] }, "status": "final", diff --git a/input/tests/ViralLoadStatus/PatientExample1/Patient/Patient-PatientExample1.json b/input/tests/ViralLoadStatus/PatientExample1/Patient/Patient-PatientExample1.json index d07002d..c32da77 100644 --- a/input/tests/ViralLoadStatus/PatientExample1/Patient/Patient-PatientExample1.json +++ b/input/tests/ViralLoadStatus/PatientExample1/Patient/Patient-PatientExample1.json @@ -2,7 +2,7 @@ "resourceType" : "Patient", "id" : "PatientExample1", "meta" : { - "profile" : ["https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/test-patient"] + "profile" : ["http://jembi.org/fhir/StructureDefinition/test-patient"] }, "text" : { "status" : "generated", @@ -20,7 +20,7 @@ }], "maritalStatus" : { "extension" : [{ - "url" : "https://build.fhir.org/ig/jembi/Starter-FHIR-IG/StructureDefinition/marital-status-date", + "url" : "http://jembi.org/fhir/StructureDefinition/marital-status-date", "valueDate" : "1999-01-01" }], "coding" : [{ diff --git a/sushi-config.yaml b/sushi-config.yaml index e13c944..66e79b1 100644 --- a/sushi-config.yaml +++ b/sushi-config.yaml @@ -8,8 +8,8 @@ id: jembi.starter.ig -canonical: https://build.fhir.org/ig/jembi/Starter-FHIR-IG -url: https://build.fhir.org/ig/jembi/Starter-FHIR-IG/ImplementationGuide/jembi.starter.ig +canonical: http://jembi.org/fhir +url: http://jembi.org/fhir/ImplementationGuide/jembi.starter.ig name: StarterIG title: "Starter FHIR Implementation Guide" description: A sample FHIR Implementation Guide to create capacity among the community.