FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/Response.VS

Packageihe.pcc.mpsc
TypeValueSet
IdResponse.VS
FHIR VersionR4
Sourcehttps://profiles.ihe.net/PCC/mPSC/https://build.fhir.org/ig/IHE/PCC.PCS/ValueSet-Response.VS.html
URLhttps://profiles.ihe.net/PCC/mPSC/ValueSet/Response.VS
Version2.0.0-draft
Statusdraft
Date2025-03-04T23:27:13+00:00
NameParamedicine_Treatment_Response_VS
TitleParamedicine Treatment Response Value Set
Realmuv
Authorityihe
Descriptionthe type of change in the patient's condition after a procedure, intervention, or a medication administration

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
sctSNOMED CT (all versions)
sctSNOMED codes used in this IG
sctveri

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet Response.VS


Source

{
  "resourceType": "ValueSet",
  "id": "Response.VS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/PCC/mPSC/ValueSet/Response.VS",
  "version": "2.0.0-draft",
  "name": "Paramedicine_Treatment_Response_VS",
  "title": "Paramedicine Treatment Response Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2025-03-04T23:27:13+00:00",
  "publisher": "IHE Patient Care Coordination",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/patient_care_coordination/"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    },
    {
      "name": "IHE Patient Care Coordination",
      "telecom": [
        {
          "system": "email",
          "value": "pcc@ihe.net"
        }
      ]
    }
  ],
  "description": "the type of change in the patient's condition after a procedure, intervention, or a medication administration",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://snomed.info/sct",
        "concept": [
          {
            "code": "385425000",
            "display": "Improved"
          },
          {
            "code": "260388006",
            "display": "No status change"
          },
          {
            "code": "231877006",
            "display": "Worse"
          }
        ]
      }
    ]
  }
}