Skip to content

Commit

Permalink
Merge pull request #93 from mint-thompson/main
Browse files Browse the repository at this point in the history
Quote URLs to guarantee data type
  • Loading branch information
litlfred authored Mar 30, 2023
2 parents 47c7739 + ed07664 commit 9a140d0
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-cvx.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "CVX codes used in this IG"
Description: "All CVX codes from `http://hl7.org/fhir/sid/cvx` used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://hl7.org/fhir/sid/cvx
* ^url = "http://hl7.org/fhir/sid/cvx"

* #207 "COVID-19, mRNA, LNP-S, PF, 100 mcg/0.5mL dose or 50 mcg/0.25mL dose"
* #208 "COVID-19, mRNA, LNP-S, PF, 30 mcg/0.3 mL dose"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-divoc-lab-test-origin.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "DIVOC lab test origin codes used in this IG"
Description: "All DIVOC lab test origin codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-sample-origin-divoc
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-sample-origin-divoc"

* #"Nasopharyngeal Swab" "Nasopharyngeal Swab"
* #"Throat swab" "Throat swab"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-divoc-lab-test-pathogen.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "DIVOC lab test pathogen codes used in this IG"
Description: "All DIVOC lab test pathogen codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-pathogen-divoc
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-pathogen-divoc"

* #COVID-19 "Concerns the detection of SARS-CoV-2 infection."
* #covid-19 "Concerns the detection of SARS-CoV-2 infection."
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-divoc-lab-test-result.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "DIVOC lab test result codes used in this IG"
Description: "All DIVOC lab test result codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-qual-result-divoc
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-qual-result-divoc"

* #Negative "Negative"
* #Positive "Positive"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-divoc-lab-test-type.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "DIVOC lab test type codes used in this IG"
Description: "All DIVOC lab test type codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-type-divoc
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-type-divoc"

* #RT-PCR "RT-PCR"
* #"Rapid Antigen Test (RAT)" "Rapid Antigen Test (RAT)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-euur.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "EUUR codes used in this IG"
Description: "All EUUR codes from `https://ec.europa.eu/health/documents/community-register/html/` used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = https://ec.europa.eu/health/documents/community-register/html/
* ^url = "https://ec.europa.eu/health/documents/community-register/html/"

* #EU/1/20/1528 "Comirnaty"
* #EU/1/20/1507 "Spikevax"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-icao-lab-test-origin.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "ICAO lab test origin codes used in this IG"
Description: "All ICAO lab test origin codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-sample-origin-icao
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-sample-origin-icao"

* #nasopharyngeal "Sampling method: nasopharyngeal"
* #oropharyngeal "Sampling method: oropharyngeal"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-icao-lab-test-result.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "ICAO lab test result codes used in this IG"
Description: "All ICAO lab test result codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-qual-result-icao
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-qual-result-icao"

* #normal "Normal"
* #abnormal "Abnormal"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-icao-lab-test-type.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "ICAO lab test type codes used in this IG"
Description: "All ICAO lab test type codes from its internally defined code system used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-type-icao
* ^url = "http://worldhealthorganization.github.io/ddcc/CodeSystem/lab-test-type-icao"

* #molecular(PCR) "Molecular (PCR)"
* #molecular(other) "Molecular (Other)"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-loinc.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "LOINC codes used in this IG"
Description: "All LOINC codes from `http://loinc.org` used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://loinc.org
* ^url = "http://loinc.org"

* #LP6464-4 "Nucliec acid amplification with probe detection"
* #LP217198-3 "Rapid immunoassay"
Expand Down
2 changes: 1 addition & 1 deletion input/fsh/tx-cs-snomed.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Title: "SNOMED codes used in this IG"
Description: "All SNOMED codes from `http://snomed.info/sct` used in this IG. Provided so the FHIR server can perform expansions."
* ^experimental = true
* ^caseSensitive = true
* ^url = http://snomed.info/sct
* ^url = "http://snomed.info/sct"

* #1031000172108 "COVID-19 mRNA vaccine (BNT162b2) of Pfizer-BioNTech"
* #10871000172106 "COVID-19 mRNA vaccine (mRNA-1273) of Moderna"
Expand Down

0 comments on commit 9a140d0

Please sign in to comment.