Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions FHIR-phd.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ballotUrl="http://hl7.org/fhir/uv/phd/2024Sep" ciUrl="http://build.fhir.org/ig/HL7/phd" defaultVersion="1.1.0" defaultWorkgroup="dev" gitUrl="https://github.com/HL7/PHD" url="http://hl7.org/fhir/uv/phd">
<specification xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ballotUrl="http://hl7.org/fhir/uv/phd/2.1.0" ciUrl="http://build.fhir.org/ig/HL7/phd" defaultVersion="1.1.0" defaultWorkgroup="dev" gitUrl="https://github.com/HL7/PHD" url="http://hl7.org/fhir/uv/phd">
<version code="current" url="http://build.fhir.org/ig/HL7/phd"/>
<version code="2.1.0" url="http://hl7.org/fhir/uv/phd/2.1.0"/>
<version code="1.1.0" url="http://hl7.org/fhir/uv/phd/STU1.1"/>
<version code="2.0.0-ballot" url="http://hl7.org/fhir/uv/phd/2024Sep"/>
<version code="2.0.0-ballot" deprecated="true" url="http://hl7.org/fhir/uv/phd/2024Sep"/>
<version code="1.0.0" deprecated="true" url="http://hl7.org/fhir/uv/phd/STU1"/>
<version code="0.3.0" deprecated="true" url="http://hl7.org/fhir/uv/phd/2019May"/>
<version code="0.2.0" deprecated="true" url="http://hl7.org/fhir/uv/phd/2019Jan"/>
Expand Down
2 changes: 1 addition & 1 deletion input-cache/schemas/R5/fhir-single.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
POSSIBILITY OF SUCH DAMAGE.


Generated on Fri, Jul 18, 2025 20:50+0000 for FHIR v6.0.0-ballot2
Generated on Thu, Jul 24, 2025 22:57+0000 for FHIR v6.0.0-ballot2
-->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns="http://hl7.org/fhir" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xml="http://www.w3.org/XML/1998/namespace" targetNamespace="http://hl7.org/fhir" elementFormDefault="qualified" version="6.0.0-ballot2">
<!-- Note: When using this schema with some tools, it may also be necessary to declare xmlns:xml="http://www.w3.org/XML/1998/namespace", however this causes performance issues with other tools and thus is not in the base schemas. -->
Expand Down
4 changes: 4 additions & 0 deletions input/PhdImplementationGuide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -623,5 +623,9 @@ In this example there are only xml structure definitions, value sets, code syste
<code value="shownav"/>
<value value="true"/>
</parameter>
<parameter>
<code value="special-url"/>
<value value="http://terminology.hl7.org/CodeSystem/ASN1ToHL7"/>
</parameter>
</definition>
</ImplementationGuide>
10 changes: 5 additions & 5 deletions input/examples/bits-observation.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "150604.2",
"display": "sensor-displaced"
}
Expand All @@ -68,7 +68,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "150604.7",
"display": "signal-pulse-questionable"
}
Expand All @@ -80,7 +80,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "150604.10",
"display": "signal-low-perfusion"
}
Expand All @@ -92,7 +92,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "150604.11",
"display": "signal-poor"
}
Expand All @@ -104,7 +104,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "150604.12",
"display": "signal-inadequate"
}
Expand Down
4 changes: 2 additions & 2 deletions input/examples/bpm-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "8410608.0",
"display": "body-movement"
}
Expand All @@ -73,7 +73,7 @@
"code": {
"coding": [
{
"system": "http://hl7.org/fhir/uv/phd/CodeSystem/ASN1ToHL7",
"system": "http://terminology.hl7.org/CodeSystem/ASN1ToHL7",
"code": "8410608.5",
"display": "improper-body-position"
}
Expand Down
Loading