FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeParameters
IdParameters-manifestparameters-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "manifestparameters-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-manifestparameters"
    ]
  },
  "parameter": [
    {
      "name": "system-version",
      "valueCanonical": "http://snomed.info/sct|http://snomed.info/sct/731000124108/version/20230901"
    },
    {
      "name": "system-version",
      "valueCanonical": "http://loinc.org|2.74"
    },
    {
      "name": "activeOnly",
      "valueBoolean": true
    },
    {
      "name": "includeDraft",
      "valueBoolean": true
    }
  ]
}