{
  "resourceType": "StructureDefinition",
  "id": "ListVitalSigns",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-09T08:42:58.033+00:00"
  },
  "url": "http://spms.min-saude.pt/spms/STU3/StructureDefinition/Vital_Signs_List",
  "name": "List_VitalSigns",
  "status": "draft",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "List",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/List",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "List.id",
        "path": "List.id",
        "min": 1
      },
      {
        "id": "List.contained",
        "path": "List.contained",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Encounter",
            "profile": "http://hl7.org/fhir/StructureDefinition/Encounter"
          }
        ]
      },
      {
        "id": "List.contained.id",
        "path": "List.contained.id",
        "min": 1
      },
      {
        "id": "List.contained.identifier",
        "path": "List.contained.identifier",
        "min": 1
      },
      {
        "id": "List.contained.identifier.system",
        "path": "List.contained.identifier.system",
        "min": 1,
        "fixedUri": "http://spms.min-saude.pt/sclinico/identifiers/numero-episodio"
      },
      {
        "id": "List.contained.identifier.value",
        "path": "List.contained.identifier.value",
        "min": 1
      },
      {
        "id": "List.contained.status",
        "path": "List.contained.status",
        "fixedCode": "in-progress"
      },
      {
        "id": "List.contained.type",
        "path": "List.contained.type",
        "min": 1
      },
      {
        "id": "List.contained.type.coding.system",
        "path": "List.contained.type.coding.system",
        "min": 1,
        "fixedUri": "http://spms.min-saude.pt/iop/codesystem/encounter-types"
      },
      {
        "id": "List.contained.type.coding.code",
        "path": "List.contained.type.coding.code",
        "min": 1,
        "fixedCode": "INT"
      },
      {
        "id": "List.contained.type.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "List.contained.type.coding.display",
        "fixedString": "Internamento"
      },
      {
        "id": "List.contained.episodeOfCare",
        "path": "List.contained.episodeOfCare",
        "max": "0"
      },
      {
        "id": "List.status",
        "path": "List.status",
        "fixedCode": "current"
      },
      {
        "id": "List.mode",
        "path": "List.mode",
        "fixedCode": "working"
      },
      {
        "id": "List.code",
        "path": "List.code",
        "min": 1
      },
      {
        "id": "List.code.coding.system",
        "path": "List.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "List.code.coding.code",
        "path": "List.code.coding.code",
        "min": 1,
        "fixedCode": "85353-1"
      },
      {
        "id": "List.code.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "List.code.coding.display",
        "min": 1,
        "fixedString": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      },
      {
        "id": "List.code.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "List.code.text",
        "min": 1
      },
      {
        "id": "List.subject",
        "path": "List.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://spms.min-saude.pt/fhir/StructureDefinition/PatientPORTUGAL",
            "aggregation": [
              "referenced",
              "bundled"
            ]
          }
        ]
      },
      {
        "id": "List.encounter",
        "path": "List.encounter",
        "min": 1
      },
      {
        "id": "List.date",
        "path": "List.date",
        "min": 1
      },
      {
        "id": "List.source",
        "path": "List.source",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://spms.min-saude.pt/spms/STU3/StructureDefinition/Practitioner",
            "aggregation": [
              "bundled",
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "List.entry",
        "path": "List.entry",
        "min": 1
      },
      {
        "id": "List.entry.item",
        "path": "List.entry.item",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://spms.min-saude.pt/spms/STU3/StructureDefinition/Observation",
            "aggregation": [
              "bundled",
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "List.emptyReason.coding.system",
        "path": "List.emptyReason.coding.system",
        "fixedUri": "nilknown"
      },
      {
        "id": "List.emptyReason.coding.code",
        "path": "List.emptyReason.coding.code",
        "fixedCode": "Nil known"
      },
      {
        "id": "List.emptyReason.coding.display",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "List.emptyReason.coding.display",
        "fixedString": "Nil Known"
      }
    ]
  }
}