/
Project extension

Project extension

Extension URL: https://standards.psi-mis.org/fhir/global/core/StructureDefinition/psi-project

Using this extension, you can relate a Patient with a PSI project (including the period of time that this person belongs to the project).

This extension uses the ValueSet: https://standards.psi-mis.org/fhir/global/core/ValueSet/psi-project (currently, this URL doesn’t return any content. It is expected that this url returns content in the future)

This ValueSet uses the CodeSystem https://standards.psi-mis.org/fhir/global/core/CodeSystem/psi-project (currently, this URL doesn’t return any content. It is expected that this url returns content in the future)

The ValueSet contains these codes:

Code

Display

Code

Display

AIOI

AIOI

A360

A360

HBCC

HBCC

SRH_HIV-SWZ

SRH_HIV-SWZ

An use example of this extension:

<?xml version="1.0" encoding="UTF-8"?> <Patient xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../input-cache/schemas/R4/fhir-single.xsd"> <id value="example-project"/> <text> <status value="generated" /> <div xmlns="http://www.w3.org/1999/xhtml"> <p>The Patient "Carlos" was enrolled into the project HBCC between 2023-01-01 and 2023-03-01.</p> <p>This is an example of using the <strong>PSI Global Extension for PSI Project</strong> for collecting that information.</p> <pre> "extension" : [ { "url" : "https://standards.psi-mis.org/fhir/global/core/StructureDefinition/psi-project", "extension" : [ { "url" : "code", "valueCode" : "HBCC" }, { "url" : "period", "valuePeriod" : { "start" : "2023-01-01", "end" : "2023-03-01" } } ] } ] </pre> </div> </text> <extension url="https://standards.psi-mis.org/fhir/global/core/StructureDefinition/psi-project"> <extension url="code"> <valueCode value="HBCC"/> </extension> <extension url="period"> <valuePeriod> <start value="2023-01-01" /> <end value="2023-03-01" /> </valuePeriod> </extension> </extension> <active value="true"/> <name> <use value="usual"/> <given value="Carlos"/> </name> <gender value="male"/> <birthDate value="1981"/> </Patient>

Related content