First Responder Verifiable Credentials Specification v0.1

More details about this document
This version:
https://w3id.org/first-responder/
Latest published version:
https://w3id.org/first-responder/
Editor:
Manu Sporny (Digital Bazaar)
Authors:
Manu Sporny (Digital Bazaar)
Joe Andrieu (Legendary Requirements)
Ian Davidson (SmartResume)
Marty Reed (RANDA Solutions)

This document is also available in these non-normative formats: Turtle and JSON-LD


Abstract

This document describes the First Responder Verifiable Credentials Specification v0.1, i.e., the specification for describing First Responders using Verifiable Credentials that is compatible with NIEMOpen, a community-driven, common vocabulary that enables efficient information exchange across diverse public and private organizations. This document provides an introduction and examples for developers issuing and verifying Verifiable Credentials for use in the First Responder community.

Alternate versions of the vocabulary definition exist in Turtle and JSON-LD.

Published:
Version Info:
1.0
See Also: http://niem.github.io/

Status of This Document

This document is merely a W3C-internal document. It has no official standing of any kind and does not represent consensus of the W3C Membership.

Portions of the work on this specification have been funded by the United States Department of Homeland Security's (US DHS) Science and Technology Directorate under contract 70RSAT23C00000030. The content of this specification does not necessarily reflect the position or the policy of the U.S. Government and no official endorsement should be inferred.

1. Introduction

During emergency situations, it is critical for incident commanders to understand the collection of people that are at the site, as well as their skills and training, in order to deploy the right people, to the right places, at the right time. This specification is useful for describing First Responders using Verifiable Credentials in a way that is compatible with NIEMOpen, a community-driven, common vocabulary that enables efficient information exchange across diverse public and private organizations. Verifiable credentials being issued using this technology can be utilized by incident commanders to quickly and accurately determine the capabilities of their responders as well as vet, in real time, the veracity of their qualifications.

1.1 Examples

The following sections show how the First Responder Vocabulary can be used to express identification badges, as well as skills and training information associated with the First Responder. There are a number of useful skills and training vocabularies used by the education and training sector today which can be used to complement the NIEMs vocabulary for richer expression of skills and training data, which can then be employed by software systems operating on behalf of incident commanders to more accurately place individuals with situations for which they are trained to address.

1.1.1 First Responder Badge (NIEM)

Example 1: An example of a First Responder badge expressed as a Verifiable Credential using the NIEM vocabulary
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://www.nremt.org/registrations/238947023",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://www.nremt.org/",
    "name": "National Registry of Emergency Medical Technicians",
    "image": "https://www.nremt.org/getmedia/1f345ca2-c51e-46bf-9c16-2085bbe6214f/Emergency-Medical-Responder-Sticker.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "name": "Samantha Doe",
    "image": "data:image/png;base64,iVBORw0KGgoAA...TXL0Y4OHwAAAABJRU5ErkJggg==",
    "ownerInformation": {
      "homeUnit": {
        "id": "https://www.gradyhealth.org/",
        "organizationName": "Grady Memorial Hospital"
      }
    },
    "experience": {
      "jobTitleOrRole": {
        "jobTitleOrRoleName": "Emergency Medical Technician",
        "jurisdictionName": "Georgia",
        "organizationAffiliationCategoryCode": "Full-time",
        "deploymentSummary": {
          "deploymentStartDate": "2020-03-19",
          "deploymentDaysNumeric": 105
        }
      }
    },
    "badge": {
      "type": "Badge",
      "badgeJobTitleText": "Emergency Medical Technician",
      "personHumanResource": {
        "personIDCard": {
          "nameOnCardText": "Samantha Doe",
          "idCategoryCodeAbstract": "3857923-24",
          "signatureAuthorityName": "Grady Memorial Hospital",
          "agencySymbol": "data:image/png;base64,iVBORwY4OHwAAA...0ABTXLU5kJg0KGgoAA=",
          "cardPicture": "data:image/png;base64,iVBORw0KGgoAA...TXL0Y4OHwAAAABJRU5ErkJggg==",
          "eAssuranceLevelCode": 3,
          "fips201ConformanceCode": "HIGH"
        }
      }
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.1.2 First Responder Skill (NIEM)

Example 2: An example of a First Responder skill as a Verifiable Credential in NIEM format
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://www.nremt.org/registrations/238947023",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://www.naemt.org/",
    "name": "National Association of Emergency Medical Technicians",
    "image": "https://naemt.org/img/logo-w.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "skill": {
      "id": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6",
      "type": "Skill",
      "skillName": "Administer Neonatal Artificial Breaths",
      "skillDescriptionText": "guidelines to an unresponsive newborn infant.",
      "skillAcquiredCategoryCode": "Trained",
      "skillUseHistoryText": "Weekly Emergency Room rotation from June 2020 to April 2023 in pediatric ward of Grady Memorial Hospital.",
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.1.3 First Responder Skill (NIEM + Rich Skills Description)

Example 3: An example of a First Responder skill as a Verifiable Credential in Open Skills Network, Rich Skill Description format
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://www.nremt.org/registrations/238947023",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://www.naemt.org/",
    "name": "National Association of Emergency Medical Technicians",
    "image": "https://naemt.org/img/logo-w.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "skill": {
      "@context": "https://rsd.openskillsnetwork.org/context-v1.json",
      "id": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6",
      "type": "RichSkillDescriptor",
      "skillName": "Administer Neonatal Artificial Breaths",
      "skillStatement": "Administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant.",
      "keywords": ["Neonatal Resuscitation Program", "Cyanosis"],
      "alignments": [{
        "id": "Neonatal Resuscitation Program (emsidata.com)",
        "skillName": "Neonatal Resuscitation Program"
      }],
      "standards": [{
        "skillName": "CoARC_Standards"
      }],
      "certifications": [{
        "name": "NBRC_CRT_TMC"
      }, {
        "name": "NBRC_RRT_TMC"
      }, {
        "name": "NBRC_RRT_CSE"
      }],
      "occupations": [{
        "code": "29-1126",
        "targetNodeName": "Respiratory Therapists",
        "frameworkName": "bls",
        "parents": [{
          "code": "29-0000",
          "targetNodeName": "Healthcare Practitioners and Technical Occupations",
          "level": "Major"
        }, {
          "code": "29-1000",
          "targetNodeName": "Healthcare Diagnosing or Treating Practitioners",
          "level": "Minor"
        }, {
          "code": "29-1120",
          "targetNodeName": "Therapists",
          "level": "Broad"
        }, {
          "code": "29-1126",
          "targetNodeName": "Respiratory Therapists",
          "level": "Detailed"
        }]
      }],
      "creator": "https://credentialengineregistry.org/resources/ce-036d082d-d80e-41a7-99a0-2d63a4ad3a4a",
      "status": "published",
      "category": "Neonatal Resuscitation Program",
      "author": "Western Governors University",
      "uuid": "2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6",
      "creationDate": "2022-04-07T13:11:29.242633Z",
      "updateDate": "2022-04-07T13:15:27.343033Z",
      "publishDate": "2022-04-07T13:15:27.343043Z",
      "collections": [{
        "uuid": "2b5ca8da-44fd-461b-8ea7-0f9c314e4084",
        "name": "Respiratory Therapists_JAN.2023"
      }]
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.1.4 First Responder Skill (NIEM + Open Badge v3)

Example 4: An example of a First Responder skill as a Verifiable Credential in Open Badge v3 format
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://wgu.edu/skills/89237492347",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://wgu.edu/",
    "name": "Western Governors University",
    "image": "https://wgu.edu/logo.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "skill": {
      "@context": "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json",
      "id": "https://wgu.edu/achievements/administer-neonatal-artificial-breaths",
      "type": "Achievement",
      "achievementType": "Competency",
      "name": "Administer Neonatal Artificial Breaths",
      "alignment": [{
        "type": "Alignment",
        "targetUrl": "https://emsidata.com/",
        "targetDescription": "Administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant.",
        "targetName": "Neonatal Resuscitation Program",
        "targetFramework": "Neonatal Resuscitation Program"
      }],
      "creator": {
        "id": "https://emsidata.com/issuers/234987",
        "type":"Profile",
        "name": "Western Governors University",
        "url": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6/image",
        "description": "Western Governors University's Open Skills Program.",
        "email": "osmt@wgu.edu"
      },
      "criteria": {
        "narrative": "Learners must be able to administer artificial breaths per the American Academy of Pediatrics guidelines to an unresponsive newborn infant."
      },
      "description": "This achievement represents an skill gained while training to be a specialized Emergency Medical Technician.",
      "image": {
        "id": "https://emsidata.com/skills/images/anab.png",
        "type": "Image",
        "caption": "An silhouette of an infant overlayed with the Rod of Aesculapius, which is a symbol of healing in the medical profession."
      }
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.1.5 First Responder Training (NIEM)

Example 5: An example of a First Responder training certificate event expressed as a Verifiable Credential in NIEM format
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://www.nremt.org/registrations/238947023",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://www.nvcc.edu/",
    "name": "Northern Virginia Community College",
    "image": "https://www.nvcc.edu/logo.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "training": {
      "id": "https://courses.vccs.edu/courses/EMS140-SpecialPopulationsLab/detail",
      "type": "Training",
      "courseText": "EMS 139 - Special Populations",
      "courseLevelText": "Intermediate",
      "isIssuedCertificationIndicator": true,
      "trainingDuration": 20
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.1.6 First Responder Training (NIEM + Open Badge v3)

Example 6: An example of a First Responder training certificate of completion expressed as a Verifiable Credential in Open Badge v3 - CTDL format
{
  "@context": [
    "https://www.w3.org/ns/credentials/v2",
    "https://w3id.org/first-responder/v1"
  ],
  "id": "https://www.nremt.org/registrations/238947023",
  "type": ["VerifiableCredential", "FirstResponderCredential"],
  "issuer": {
    "id": "https://wgu.edu/",
    "name": "Western Governors University",
    "image": "https://wgu.edu//wgulogo.png"
  },
  "validFrom": "2023-01-01T00:00:00Z",
  "validUntil": "2028-01-01T00:00:00Z",
  "credentialSubject": {
    "id": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "type": "FirstResponder",
    "training": {
      "@context": "https://purl.imsglobal.org/spec/ob/v3p0/context-3.0.2.json",
      "id": "https://wgu.edu/classes/2023/emt-184-spring/",
      "type": "Achievement",
      "achievementType": "CertificateOfCompletion",
      "name": "EMT-184: Emergency Medical Technician (Neonatal Elective)",
      "alignment": [{
        "type": "Alignment",
        "targetUrl": "https://emsidata.com/",
        "targetDescription": "Guidelines for administering emergency care to an unresponsive newborn infant.",
        "targetName": "Neonatal Resuscitation Program",
        "targetFramework": "Neonatal Resuscitation Program"
      }],
      "creator": {
        "id": "https://emsidata.com/issuers/234987",
        "type":"Profile",
        "name": "Western Governors University",
        "url": "https://osmt.wgu.edu/api/skills/2efb4eb6-380a-4fdc-8eb3-8f05a0b160c6/image",
        "description": "Western Governors University's Open Skills Program.",
        "email": "osmt@wgu.edu"
      },
      "criteria": {
        "narrative": "Learners must be able to administer follow national guidelines when administering emergency care to an unresponsive newborn infant."
      },
      "description": "This certificate of completion is awarded to Samantha Doe for the completion of the Neonatal Resuscitation Program provided by Western Governors University in May 2023.",
      "image": {
        "id": "https://emsidata.com/skills/images/anab.png",
        "type": "Image",
        "caption": "An silhouette of an infant overlayed with the Rod of Aesculapius, which is a symbol of healing in the medical profession."
      }
    }
  },
  "proof": {
    "type": "DataIntegrityProof",
    "created": "2023-07-12T01:19:52Z",
    "verificationMethod": "did:key:z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg#z6MkjCysjs36Cx1mt5cBH5MbbNWdhA7PA3JY4VFs1PyLneWg",
    "cryptosuite": "eddsa-2022",
    "proofPurpose": "assertionMethod",
    "proofValue": "z2xzCdyYpxcrnYfaWUuQb7K9htwTxmFFndAwofNV81F8iZvAgqnmz9bswK6wBoX7e529Ymd3xT1YrcbZzvbzDRHtZ"
  }
}

1.2 Conformance

As well as sections marked as non-normative, all authoring guidelines, diagrams, examples, and notes in this specification are non-normative. Everything else in this specification is normative.

2. The First Responder Vocabulary

2.1 Namespaces

This specification makes use of the following namespaces:

fr
https://w3id.org/first-responder#
aamva_d20
http://release.niem.gov/niem/codes/aamva_d20/5.0/#
ag
http://release.niem.gov/niem/domains/agriculture/5.2/#
ag_codes
http://release.niem.gov/niem/codes/ag_codes/5.0/#
apco
http://release.niem.gov/niem/codes/apco/5.0/#
atf
http://release.niem.gov/niem/codes/atf/5.0/#
biom
http://release.niem.gov/niem/domains/biometrics/5.2/#
bls
http://release.niem.gov/niem/codes/bls/5.0/#
can
http://release.niem.gov/niem/codes/canada_post/5.0/#
cbrn
http://release.niem.gov/niem/domains/cbrn/5.2/#
cbrncl
http://release.niem.gov/niem/codes/cbrncl/5.0/#
cli
http://reference.niem.gov/niem/specification/code-lists/5.0/code-lists-instance/#
commodity
http://release.niem.gov/niem/codes/commodity/5.0/#
cui
http://release.niem.gov/niem/auxiliary/cui/5.1/#
cyber
http://release.niem.gov/niem/domains/cyber/5.2/#
dea
http://release.niem.gov/niem/codes/dea_ctlsub/5.0/#
edxl_rm
http://release.niem.gov/niem/codes/edxl_rm/5.0/#
edxl-cap
http://release.niem.gov/niem/adapters/edxl-cap/5.0/#
edxl-de
http://release.niem.gov/niem/adapters/edxl-de/5.0/#
edxl-have
http://release.niem.gov/niem/adapters/edxl-have/5.0/#
em
http://release.niem.gov/niem/domains/emergencyManagement/5.2/#
fema
http://release.niem.gov/niem/codes/fema/5.1/#
fips
http://release.niem.gov/niem/codes/fips/5.2/#
genc
http://release.niem.gov/niem/codes/genc/5.0/#
geo
http://release.niem.gov/niem/adapters/geospatial/5.1/#
have-codes
http://release.niem.gov/niem/codes/edxl_have/5.0/#
hazmat
http://release.niem.gov/niem/codes/hazmat/5.0/#
hl7
http://release.niem.gov/niem/codes/hl7/5.0/#
hs
http://release.niem.gov/niem/domains/humanServices/5.2/#
im
http://release.niem.gov/niem/domains/immigration/5.2/#
intel
http://release.niem.gov/niem/domains/intelligence/5.2/#
ip
http://release.niem.gov/niem/domains/infrastructureProtection/5.0/#
iso_3166
http://release.niem.gov/niem/codes/iso_3166-1/5.0/#
iso_4217
http://release.niem.gov/niem/codes/iso_4217/5.0/#
iso_639-3
http://release.niem.gov/niem/codes/iso_639-3/5.1/#
iso_639-5
http://release.niem.gov/niem/codes/iso_639-5/5.2/#
it
http://release.niem.gov/niem/domains/internationalTrade/5.2/#
itcodes
http://release.niem.gov/niem/codes/it_codes/5.0/#
j
http://release.niem.gov/niem/domains/jxdm/7.2/#
jc3iedm
http://release.niem.gov/niem/codes/jc3iedm/5.0/#
jp2-0
http://release.niem.gov/niem/codes/jp2-0/5.0/#
jp3-52
http://release.niem.gov/niem/codes/jp3-52/5.0/#
lrn-dev
http://release.niem.gov/niem/domains/learn-dev/5.2/#
m
http://release.niem.gov/niem/domains/maritime/5.2/#
mmucc
http://release.niem.gov/niem/codes/mmucc/5.0/#
mo
http://release.niem.gov/niem/domains/militaryOperations/5.2/#
nc
http://release.niem.gov/niem/niem-core/5.0/#
nces
http://release.niem.gov/niem/codes/nces/5.0/#
ncic
http://release.niem.gov/niem/codes/ncic/5.2/#
ndex
http://release.niem.gov/niem/codes/ndex/5.0/#
nga
http://release.niem.gov/niem/codes/nga/5.0/#
niem-xs
http://release.niem.gov/niem/proxy/niem-xs/5.0/#
nlets
http://release.niem.gov/niem/codes/nlets/5.0/#
occs
http://release.niem.gov/niem/codes/occs/5.0/#
opm
http://release.niem.gov/niem/codes/opm/5.0/#
sar
http://release.niem.gov/niem/codes/pmise_sar/5.0/#
scr
http://release.niem.gov/niem/domains/screening/5.2/#
st
http://release.niem.gov/niem/domains/surfaceTransportation/5.0/#
stat
http://release.niem.gov/niem/auxiliary/statistics/5.0/#
stix
http://release.niem.gov/niem/codes/stix/5.1/#
structures
http://release.niem.gov/niem/structures/5.0/#
ucr
http://release.niem.gov/niem/codes/ucr/5.1/#
unece
http://release.niem.gov/niem/codes/unece_rec20/5.0/#
usda_fsa
http://release.niem.gov/niem/codes/usda_fsa/5.0/#
usmtf
http://release.niem.gov/niem/domains/usmtf/5.2/#
usps
http://release.niem.gov/niem/codes/usps/5.0/#
xCard
http://release.niem.gov/niem/codes/xCard/5.0/#
xml
http://www.w3.org/XML/1998/namespace#
xs
http://www.w3.org/2001/XMLSchema#
dc
http://purl.org/dc/terms/
owl
http://www.w3.org/2002/07/owl#
rdf
http://www.w3.org/1999/02/22-rdf-syntax-ns#
rdfs
http://www.w3.org/2000/01/rdf-schema#
xsd
http://www.w3.org/2001/XMLSchema#
vs
http://www.w3.org/2003/06/sw-vocab-status/ns#

2.2 Class definitions

The following are class definitions in the fr namespace.

2.2.1 FirstResponderType

First Responder Type

A data type for a person who is a first responder.
stable
Domain of:
checkInOutRecord, firstResponderTeam, resourceInformation, ownerInformation, teamDescriptionText, teamLeadIndicator, experience, access, resourceID, badge, liability, licenseCertificationRegistration, physicalFitness, skill, training, peerReview, personPublication, waiver, deploymentInformation, personCredentialInformation, volunteerIndicator, emergencySupportFunctionCode, firstResponderAvailabilityStatusCode, firstResponderAugmentationPoint

2.2.2 PersonHumanResourceType

Person Human Resource Type

A data type contains information about a person.
stable
Range of:
personHumanResource, checkInOutPerson
Domain of:
personIDCard, updateRecord, personHumanResourceAugmentationPoint

2.2.3 PersonIDCardType

Person Card Type

A data type for a credential class that represents the identification of a human resource.
stable
Range of:
personIDCard
Domain of:
nameOnCardText, iDCategoryCodeAbstract, signatureAuthorityName, agencySymbol, resourcePicture, cardPicture, eAssuranceLevelCode, personIDCardAugmentationPoint

2.2.4 EAssuranceLevelCodeType

Assurance Level Code Type

A data type that represents the assurance level of an identification, defined by OMB M-04-04 E-Authentication Guidance.
stable
Range of:
eAssuranceLevelCode

2.2.5 UpdateRecordType

Update Record Type

A data type for data update information.
stable
Range of:
updateRecord
Domain of:
updateBy, updateRecordAugmentationPoint

2.2.6 JobTitleOrRoleType

Job Title Or Role Type

A data type for a credential class that represents the job title or role of a person.
stable
Range of:
jobTitleOrRole
Domain of:
jobTitleOrRoleName, jobTitleDescriptionText, jobTitleOrRoleLevelText, organizationAffiliationCategoryCode, jurisdictionName, jobTitleOrRoleAugmentationPoint

2.2.7 OrganizationAffiliationCategoryCodeType

Organization Affiliation Category Code Type

A data type for a codified representation of a type of association between a person and an organization.
stable
Range of:
organizationAffiliationCategoryCode

2.2.8 ApprovalStatusCodeType

Approval Status Code Type

A data type for the code list of approval status.
stable
Range of:
approvalStatusCode

2.2.9 CheckInOutRecordType

Check In Out Record Type

A data type for the check-in and check-out record.
stable
Range of:
checkInOutRecord
Domain of:
checkInOutCode, checkInOutLocationCategoryCode, checkInOutLocation, checkInOutDateTime, checkInOutPerson, checkInOutRecordAugmentationPoint

2.2.10 CheckInOutCodeType

Check In Out Code Type

A data type for a code that describes if it is check in or check out.
stable
Range of:
checkInOutCode

2.2.11 CheckInOutLocationCategoryCodeType

Check In Out Location Category Code Type

A data type for a code that represents the type of check-in or check-out location.
stable
Range of:
checkInOutLocationCategoryCode

2.2.12 TeamType

Team Type

A data type who are credentialed and deployed as a team.
stable
Range of:
firstResponderTeam
Domain of:
teamSizeMinimumValue, teamSizeMaximumValue, teamAugmentationPoint

2.2.13 ResourceInformationType

Resource Information Type

A data type for information about a resource.
stable
Range of:
resourceInformation
Domain of:
availabilityText, resourceJurisdictionText, resourceQuantity, resourceLocationDetails, inventoryRefreshDateTime, resourceStatusKeywordValue, resourceAnticipatedIncidentAssignmentText, requestAcceptDeclineCode, declineReasonCodeAbstract, navigationInstructionsText, reportingInstructionsText, resourceDispositionKeywordValue, resourceOrderIdentification, resourcePriceQuoteAmount, resourceRestrictionsText, resourceModeOfTransportationText, resourceSchedule, resourceInformationAugmentationPoint

2.2.14 ResourceLocationDetailsType

Resource Location Details Type

A data type that indicates resource location, destination, arrival and departure.
stable
Range of:
resourceLocationDetails
Domain of:
resourceRequestedLocation, resourceReportToLocation, resourceCurrentLocation, resourceDepartureLocation, arrivalLocation, pointToPointLocationTracking, resourceLocationDetailsAugmentationPoint

2.2.15 PointToPointLocationTrackingType

Point To Point Location Tracking Type

A data type which contains all elements related to resource tracking.
stable
Range of:
pointToPointLocationTracking
Domain of:
departureDateTime, routeLocation, pointToPointLocationTrackingAugmentationPoint

2.2.16 ValueType

Value Type

A data type of values or names from certified lists referenced by the Community of Interest (COI).
stable
Range of:
resourceStatusKeywordValue, resourceDispositionKeywordValue
Domain of:
valueText, valueListURNText, valueAugmentationPoint

2.2.17 ResourceScheduleType

Resource Schedule Type

A data type that has elements related to the Resource schedule as a date or date/time.
stable
Range of:
resourceSchedule
Domain of:
resourceActualArrivalDateTime, resourceActualDepartureDateTime, resourceAnticipatedReturnDateTime, resourceAvailableDate, resourceCommittedDate, resourceEstimatedArrivalDateTime, resourceEstimatedDepartureDateTime, resourceRequestedArrivalDateTime, resourceScheduleAugmentationPoint

2.2.18 OwnerInformationType

Owner Information Type

A data type for a structure that defines ownership of a resource.
stable
Range of:
ownerInformation
Domain of:
homeDispatch, homeUnit, owner, ownerInformationAugmentationPoint

2.2.19 ExperienceType

Experience Type

A data type for a credential class that represents the type of experience possessed by a person.
stable
Range of:
experience
Domain of:
jobTitleOrRole, referenceInformation, deploymentSummary, isFullTimeIndicator, experienceAugmentationPoint

2.2.20 DeploymentSummaryType

Deployment Summary Type

A data type that represents the deployment brief summary of a resource..
stable
Range of:
deploymentSummary
Domain of:
deploymentStartDate, deploymentEndDate, deploymentDaysNumeric, deploymentSummaryAugmentationPoint

2.2.21 AccessType

Access Type

A data type for a credential class that describes the access rights.
stable
Range of:
access
Domain of:
accessRightDescriptionText, physicalAccessLevelCode, electronicAccessRightCode, accessAugmentationPoint

2.2.22 PhysicalAccessLevelCodeType

Physical Access Level Code Type

A data type for a code describing the levels of physical access a person has to an asset.
stable
Range of:
physicalAccessLevelCode

2.2.23 ElectronicAccessRightCodeType

Electronic Access Right Code Type

A data type representing the level of access to an electronic asset.
stable
Range of:
electronicAccessRightCode

2.2.24 BadgeType

Badge Type

A data type for an ID card that identifies a person. A badge can be a low cost card, or a PIV card that follows specification NIST SP-800-73-2. Badge may work together with a pin number, visual identification and biometrics of the badge holder to make a positive identification of a person.
stable
Range of:
badge
Domain of:
personHumanResource, badgeJobTitleText, badgeCredential, badgeTemplateFile, barcode, badgeNotesText, badgeAugmentationPoint

2.2.25 BadgeCredentialType

Badge Credential Type

A data type that specifies the credential data on a badge.
stable
Range of:
badgeCredential
Domain of:
badgeCredentialCodeText, badgeTemporaryCredentialIndicator, badgeCredentialColorRGBHexValue, badgeCredentialDateRange, badgeCredentialAugmentationPoint

2.2.26 BarcodeType

Barcode Type

A data type for Barcode.
stable
Range of:
barcode
Domain of:
barcodeCode, barcodeContentText, barcodeImage, barcodeAugmentationPoint

2.2.27 BarcodeCodeType

Barcode Code Type

A data type for a code that describes the type of a bar-code.
stable
Range of:
barcodeCode

2.2.28 LiabilityType

Liability Type

A data type for a credential class that represents the liabilities that are associated with a resource.
stable
Range of:
liability
Domain of:
liabilityName, liabilityDescriptionText, liabilityDocumentName, liabilityAugmentationPoint

2.2.29 LicenseCertificationRegistrationType

License Certification Registration Type

A data type for a credential class that represents Licensing.
stable
Range of:
licenseCertificationRegistration
Domain of:
lCRTitleText, lCRCategoryCode, lCRID, isStateLCRIndicator, credentialStatusCode, licenseCertificationRegistrationAugmentationPoint

2.2.30 LCRCategoryCodeType

Category Code Type

A data type that specifies if it is a license, certificate or registration.
stable
Range of:
lCRCategoryCode

2.2.31 CredentialStatusCodeType

Credential Status Code Type

A data type that defines the codified representation of a person-credentials status.
stable
Range of:
credentialStatusCode

2.2.32 PhysicalFitnessType

Physical Fitness Type

A data type for a credential class that represents a person's physical fitness.
stable
Range of:
physicalFitness
Domain of:
physicalFitnessLevelCode, exerciseCode, exerciseDescriptionText, exerciseWeeklyFrequencyValue, exerciseMinutesEachTime, lastExerciseTime, physicalFitnessAugmentationPoint

2.2.33 PhysicalFitnessLevelCodeType

Physical Fitness Level Code Type

A data type for a code that represents the person's physical fitness.
stable
Range of:
physicalFitnessLevelCode

2.2.34 ExerciseCategoryCodeType

Exercise Category Code Type

A data type code that represents a type of exercise, defined by U.S. DEPARTMENT OF HEALTH AND HUMAN SERVICES National Institutes of Health, National Heart, Lung, and Blood Institute.
stable
Range of:
exerciseCode

2.2.35 SkillType

Skill Type

A data type for a credential class that represents a person's skill.
stable
Range of:
skill
Domain of:
skillName, skillDescriptionText, skillAcquiredCategoryCode, skillUseHistoryText, skillAugmentationPoint

2.2.36 SkillAcquiredCategoryCodeType

Skill Acquired Category Code Type

A data type that represents the code for how a skill is acquired.
stable
Range of:
skillAcquiredCategoryCode

2.2.37 TrainingType

Training Type

A data type for a credential class that represents a person's training credentials.
stable
Range of:
training
Domain of:
courseText, courseLevelText, isIssuedCertificationIndicator, trainingDuration, trainingAugmentationPoint

2.2.38 PeerReviewType

Peer Review Type

A data type that is a credential class of a peer review.
stable
Range of:
peerReview
Domain of:
peerReviewDescriptionText, peerReviewAuthorText, peerReviewSubjectText, peerReviewDate, peerReviewAugmentationPoint

2.2.39 WaiverType

Waiver Type

A data type for the credential class of a waiver.
stable
Range of:
waiver
Domain of:
waiverAuthorizer, waiverDate, waiverAugmentationPoint

2.2.40 DeploymentInformationType

Deployment Information Type

A data type for information about a deployment of a resource.
stable
Range of:
deploymentInformation
Domain of:
arrivalDateTime, deploymentStatusCode, availabilityStatusCode, prohibitiveDeploymentCondition, deploymentDescriptionText, deploymentOrderDescriptionText, deploymentOrderFormBinary, deploymentAcceptedByText, deploymentAcceptedByDate, deploymentRequestedByText, deploymentRequestedByDate, reportToLocation, deploymentInformationAugmentationPoint

2.2.41 DeploymentStatusCodeType

Deployment Status Code Type

A data type that represents the deployment status.
stable
Range of:
deploymentStatusCode

2.2.42 AvailabilityStatusCodeType

Availability Status Code Type

A data type for a code that describes if a resource is available.
stable
Range of:
availabilityStatusCode

2.2.43 ProhibitiveDeploymentConditionType

Prohibitive Deployment Condition Type

A data type for the condition a person is prohibited from being deployed to.
stable
Range of:
prohibitiveDeploymentCondition
Domain of:
prohibitiveDeploymentConditionDescriptionText, prohibitiveDeploymentConditionAugmentationPoint

2.2.44 PersonCredentialInformationType

Person Credential Information Type

A data type for information about a person's credential.
stable
Range of:
personCredentialInformation
Domain of:
registrationJurisdictionName, credentialIssuedByText, credentialDescriptionText, credentialExpirationCategoryCode, credentialID, credentialIssueDate, personCredentialInformationAugmentationPoint

2.2.45 CredentialExpirationCategoryCodeType

Credential Expiration Category Code Type

A data type for a code that represents the type of credential expiration.
stable
Range of:
credentialExpirationCategoryCode

2.2.46 CredentialClassMetricType

Credential Class Metric Type

A data type for a first responder credential class metric. Example- Number of years a Person has held a Commercial Pilot License.
stable
Range of:
credentialClassMetric
Domain of:
credentialClassMetricID, credentialClassMetricName, credentialClassMetricPrecisionNumeric, credentialClassMetricUnitOfMeasure, credentialClassMetricValue, credentialClassMetricAugmentationPoint

2.2.47 CredentialClassMetricValueType

Credential Class Metric Value Type

A data type for the value of a credential class metric.
stable
Range of:
credentialClassMetricValue
Domain of:
comparisonEndValue, comparisonStartValue, logicalOperatorText, credentialClassMetricValueAugmentationPoint

2.2.48 CredentialClassType

Credential Class Type

A data type for a credential class. Example structures- Experience, Training etc.
stable
Range of:
credentialClass
Domain of:
approvalStatusCode, emergencySupportFunctionAbstract, credentialClassMetric, credentialClassBadgeQualificationCodeText, credentialClassCategoryText, credentialClassDescriptionText, credentialClassID, credentialClassName, credentialClassCategoryCode, credentialQualificationCriteria, credentialClassAugmentationPoint

2.2.49 CredentialClassCategoryCodeType

Credential Class Category Code Type

A data type that represents the type of a credential class.
stable
Range of:
credentialClassCategoryCode

2.2.50 CredentialQualificationCriteriaType

Credential Qualification Criteria Type

A data type about the criteria for person's credential qualification.
stable
Range of:
credentialQualificationCriteria
Domain of:
logicalOr, qualificationCriteriaCategoryCode, qualificationCriteriaCommentText, qualificationDescriptionText, qualificationPrerequisiteText, credentialQualificationCriteriaAugmentationPoint

2.2.51 LogicalAndType

Logical And Type

A data type represents a logical And operation.
stable
Range of:
logicalAnd
Domain of:
logicalAndAugmentationPoint

2.2.52 LogicalOrType

Logical Or Type

A data type represents a logical Or operation.
stable
Range of:
logicalOr
Domain of:
credentialClass, logicalAnd, logicalOrAugmentationPoint

2.2.53 CriteriaCategoryCodeType

Criteria Category Code Type

A data type for a code that represents the type of specified credential criteria.
stable
Range of:
qualificationCriteriaCategoryCode

2.2.54 EmergencySupportFunctionCodeType

Emergency Support Function Code Type

A data type for ESF codes.
stable
Range of:
emergencySupportFunctionCode

2.2.55 FirstResponderAvailabilityStatusCodeType

First Responder Availability Status Code Type

A data type that describes if a first responder is available.
stable
Range of:
firstResponderAvailabilityStatusCode

2.3 Property definitions

The following are property definitions in the fr namespace.

2.3.1 roleOfPerson

Role Of Person

Role Of Person
stable

2.3.2 personHumanResource

Person Human Resource

A data element for the human resource detail information.
stable
Range:
PersonHumanResourceType
Domain:
BadgeType

2.3.3 personIDCard

Person Card

An element contains information about a person identification information.
stable
Range:
PersonIDCardType
Domain:
PersonHumanResourceType

2.3.4 nameOnCardText

Name On Card Text

A data element that is the name of the person which is printed on an identification card.
stable
Range:
nc:TextType
Domain:
PersonIDCardType

2.3.5 iDCategoryCodeAbstract

Category Code Abstract

A data concept for a code list for identification information types for a resource e.g. ID card number etc..
stable
Domain:
PersonIDCardType

2.3.6 signatureAuthorityName

Signature Authority Name

A data element for the signature authority name on a badge.
stable
Range:
nc:TextType
Domain:
PersonIDCardType

2.3.7 agencySymbol

Agency Symbol

A binary (i.e. digitized) presentation of an Agency's Symbol (i.e. Logo of the agency that the ID has been issued for).
stable
Range:
nc:BinaryType
Domain:
PersonIDCardType

2.3.8 resourcePicture

Resource Picture

An element for a resource image.
stable
Range:
nc:ImageType
Domain:
PersonIDCardType

2.3.9 cardPicture

Card Picture

A binary (i.e. digitized) presentation of an identification card picture.
stable
Range:
nc:ImageType
Domain:
PersonIDCardType

2.3.10 nistSP800733PIVCardData

800733 Card Data

800733 Card Data
stable

2.3.11 eAssuranceLevelCode

Assurance Level Code

A data element for an assurance level code, defined by OMB M-04-04 E-Authentication Guidance.
stable
Range:
EAssuranceLevelCodeType
Domain:
PersonIDCardType

2.3.12 pivAssuranceLevelCode

Assurance Level Code

Assurance Level Code
stable

2.3.13 fips201ConformanceCode

201 Conformance Code

201 Conformance Code
stable

2.3.14 personIDCardAugmentationPoint

Person Card Augmentation Point

An augmentation point for PersonIDCardType.
stable
Domain:
PersonIDCardType

2.3.15 address

Address

Address
stable

2.3.16 availabilityText

Availability Text

A text or code indicating availability of an item.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.17 contactMeansAbstract

Contact Means Abstract

Contact Means Abstract
stable

2.3.18 updateRecord

Update Record

An element contains information about the data update information.
stable
Range:
UpdateRecordType
Domain:
PersonHumanResourceType

2.3.19 lastUpdatedDate

Last Updated Date

Last Updated Date
stable

2.3.20 updateBy

Update By

An element identifies the person/system updated the data.
stable
Range:
nc:IdentificationType
Domain:
UpdateRecordType

2.3.21 updateRecordAugmentationPoint

Update Record Augmentation Point

An augmentation point for UpdateRecordType.
stable
Domain:
UpdateRecordType

2.3.22 attachment

Attachment

Attachment
stable

2.3.23 personHumanResourceAugmentationPoint

Person Human Resource Augmentation Point

An augmentation point for PersonHumanResourceType.
stable
Domain:
PersonHumanResourceType

2.3.24 jobTitleOrRole

Job Title Or Role

A data element for the credential class that represents the type of experience possessed by a Person.
stable
Range:
JobTitleOrRoleType
Domain:
ExperienceType

2.3.25 jobTitleOrRoleName

Job Title Or Role Name

A textual name of a person's job title or role.
stable
Range:
nc:TextType
Domain:
JobTitleOrRoleType

2.3.26 jobTitleDescriptionText

Job Title Description Text

A textual description of a Person's Job Title.
stable
Range:
nc:TextType
Domain:
JobTitleOrRoleType

2.3.27 jobTitleOrRoleLevelText

Job Title Or Role Level Text

A textual description of the level associated with a person's job title or role.
stable
Range:
nc:TextType
Domain:
JobTitleOrRoleType

2.3.28 organizationAffiliationCategoryCode

Organization Affiliation Category Code

A textual description of the type association between an organization and a person.
stable
Range:
OrganizationAffiliationCategoryCodeType
Domain:
JobTitleOrRoleType

2.3.29 organization

Organization

Organization
stable

2.3.30 jurisdictionName

Jurisdiction Name

A data element that is the name of a jurisdiction.
stable
Range:
nc:TextType
Domain:
JobTitleOrRoleType

2.3.31 approvalStatusCode

Approval Status Code

A status code of an approval item.
stable
Range:
ApprovalStatusCodeType
Domain:
CredentialClassType

2.3.32 titleIssuingAuthorityName

Title Issuing Authority Name

Title Issuing Authority Name
stable

2.3.33 dateRange

Date Range

Date Range
stable

2.3.34 emergencySupportFunctionAbstract

Emergency Support Function Abstract

A data concept for an Emergency Support Function (ESF).
stable
Domain:
CredentialClassType

2.3.35 titleCategoryText

Title Category Text

Title Category Text
stable

2.3.36 jobTitleOrRoleAugmentationPoint

Job Title Or Role Augmentation Point

An augmentation point for JobTitleOrRoleType.
stable
Domain:
JobTitleOrRoleType

2.3.37 checkInOutRecord

Check In Out Record

A data element for a record of check-in and check-out.
stable
Range:
CheckInOutRecordType
Domain:
FirstResponderType

2.3.38 incidentEvent

Incident Event

Incident Event
stable

2.3.39 checkInOutCode

Check In Out Code

A code element for describing check in and check out.
stable
Range:
CheckInOutCodeType
Domain:
CheckInOutRecordType

2.3.40 checkInOutLocationCategoryCode

Check In Out Location Category Code

A code element for describing check-in or check-out location type.
stable
Range:
CheckInOutLocationCategoryCodeType
Domain:
CheckInOutRecordType

2.3.41 checkInOutLocation

Check In Out Location

A data element for check-in/out location.
stable
Range:
nc:LocationType
Domain:
CheckInOutRecordType

2.3.42 checkInOutDateTime

Check In Out Date Time

A data element for check in/out date and time.
stable
Range:
niem-xs:dateTime
Domain:
CheckInOutRecordType

2.3.43 checkInOutPerson

Check In Out Person

A data element for a person who performed check-in or check-out operation.
stable
Range:
PersonHumanResourceType
Domain:
CheckInOutRecordType

2.3.44 checkInOutRecordAugmentationPoint

Check In Out Record Augmentation Point

An augmentation point for CheckInOutRecordType.
stable
Domain:
CheckInOutRecordType

2.3.45 firstResponderTeam

First Responder Team

A data element for first responders that credential and deploy as a team.
stable
Range:
TeamType
Domain:
FirstResponderType

2.3.46 resourceInformation

Resource Information

A name for the container that provides further definition regarding the resource(s) identified in the message and as such may contain a discrete list , numerical value(s), ID or textual descriptions of resources.
stable
Range:
ResourceInformationType
Domain:
FirstResponderType

2.3.47 resourceJurisdictionText

Resource Jurisdiction Text

A geopolitical area in which an organization, person, or object has a specific range of authority for specified resources.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.48 resourceQuantity

Resource Quantity

A count of the number of resources.
stable
Range:
nc:QuantityType
Domain:
ResourceInformationType

2.3.49 resourceLocationDetails

Resource Location Details

A name for the container that can include textual descriptions, physical location of resource, departure location of Resource, location need for Resource and/or for tracking.
stable
Range:
ResourceLocationDetailsType
Domain:
ResourceInformationType

2.3.50 resourceRequestedLocation

Resource Requested Location

A location where the requested resource is needed. Completed for Resource requests, returns, etc.
stable
Range:
nc:LocationType
Domain:
ResourceLocationDetailsType

2.3.51 resourceReportToLocation

Resource Report To Location

A location where the requested resource is to report-to, or checks in at the destination.
stable
Range:
nc:LocationType
Domain:
ResourceLocationDetailsType

2.3.52 resourceCurrentLocation

Resource Current Location

A location where the specified resource is physically located at the time of the request.
stable
Range:
nc:LocationType
Domain:
ResourceLocationDetailsType

2.3.53 resourceDepartureLocation

Resource Departure Location

A location where the specified resource is departing from when transported to or from an Incident.
stable
Range:
nc:LocationType
Domain:
ResourceLocationDetailsType

2.3.54 arrivalLocation

Arrival Location

A textual description of the location where the specified resource has arrived at dateTime of the resource message when transported to or from an Incident.
stable
Range:
nc:LocationType
Domain:
ResourceLocationDetailsType

2.3.55 pointToPointLocationTracking

Point To Point Location Tracking

A name for the container that provides Information that can indicate arrival , departure and locations of a resource pertaining to a route.
stable
Range:
PointToPointLocationTrackingType
Domain:
ResourceLocationDetailsType

2.3.56 departureDateTime

Departure Date Time

A date the resource departs the route location.
stable
Range:
niem-xs:dateTime
Domain:
PointToPointLocationTrackingType

2.3.57 routeLocation

Route Location

A location along the delivery route for a resource.
stable
Range:
nc:LocationType
Domain:
PointToPointLocationTrackingType

2.3.58 arrivalDateTime

Arrival Date Time

A date that a resource arrived at the route location.
stable
Range:
niem-xs:dateTime
Domain:
DeploymentInformationType

2.3.59 pointToPointLocationTrackingAugmentationPoint

Point To Point Location Tracking Augmentation Point

An augmentation point for PointToPointLocationTrackingType.
stable
Domain:
PointToPointLocationTrackingType

2.3.60 resourceLocationDetailsAugmentationPoint

Resource Location Details Augmentation Point

An augmentation point for ResourceLocationDetailsType.
stable
Domain:
ResourceLocationDetailsType

2.3.61 inventoryRefreshDateTime

Inventory Refresh Date Time

A date that resource inventory counts were last updated.
stable
Range:
niem-xs:dateTime
Domain:
ResourceInformationType

2.3.62 resourceStatusKeywordValue

Resource Status Keyword Value

A value from a discrete managed list, used to specify the general state of a resource if known. where the content of value List Urn is the Uniform Resource Name of a published list of values and definitions, and the content of value is a string.
stable
Range:
ValueType
Domain:
ResourceInformationType

2.3.63 valueText

Value Text

A Value from a certified list maintained by the Community of Interest (COI) for the referenced element.
stable
Range:
nc:TextType
Domain:
ValueType

2.3.64 valueListURNText

Value List Text

A name of the certified list maintained by the Community of Interest (COI) for the value referenced.
stable
Range:
nc:TextType
Domain:
ValueType

2.3.65 valueAugmentationPoint

Value Augmentation Point

An augmentation point for ValueType.
stable
Domain:
ValueType

2.3.66 resourceAnticipatedIncidentAssignmentText

Resource Anticipated Incident Assignment Text

A text detailing anticipated function, task, job, or role to be provided by the requested resource.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.67 requestAcceptDeclineCode

Request Accept Decline Code

A code used to accept or decline a Request, Response, Unsolicited Offer, or a Request Return. Decline indicates the request, response or offer is not accepted.
stable
Range:
edxl_rm:ResponseCodeType
Domain:
ResourceInformationType

2.3.68 declineReasonCodeAbstract

Decline Reason Code Abstract

A data concept for a declined Request, Response, Unsolicited Offer, or a Request Return.
stable
Domain:
ResourceInformationType

2.3.70 reportingInstructionsText

Reporting Instructions Text

A name of the party that the requested item is to report to when they arrive at the incident.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.71 resourceDispositionKeywordValue

Resource Disposition Keyword Value

A value from a discrete managed list, used to specify the general state of a resource if known.
stable
Range:
ValueType
Domain:
ResourceInformationType

2.3.72 resourceOrderIdentification

Resource Order Identification

An identification number or ID assigned by the ordering system or personnel meeting the request for resources that has been made.
stable
Range:
nc:IdentificationType
Domain:
ResourceInformationType

2.3.73 resourcePriceQuoteAmount

Resource Price Quote Amount

A Quoted cost to acquire a desired resource. Complete in response to a Request Resource Quote.
stable
Range:
nc:AmountType
Domain:
ResourceInformationType

2.3.74 resourceRestrictionsText

Resource Restrictions Text

A description of a condition governing the availability of resources.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.75 resourceModeOfTransportationText

Resource Mode Of Transportation Text

A text describing the method or mode used to transport the resource to or from the incident.
stable
Range:
nc:TextType
Domain:
ResourceInformationType

2.3.76 resourceSchedule

Resource Schedule

A name for the container with schedule information specific to arrivals, departures, availability, committed date, etc.
stable
Range:
ResourceScheduleType
Domain:
ResourceInformationType

2.3.77 resourceActualArrivalDateTime

Resource Actual Arrival Date Time

An actual date of arrival of the resource a Report To Location.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.78 resourceActualDepartureDateTime

Resource Actual Departure Date Time

An actual date when the resource departs from its current location for transit to a Report To Location.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.79 resourceAnticipatedReturnDateTime

Resource Anticipated Return Date Time

A date when the resource is expected to be returned or demobilized. Completed for a Request Resource. This element with the Requested Arrival Date / Time provides the estimated duration of resource deployment.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.80 resourceAvailableDate

Resource Available Date

A date when the resource is available for use. Completed in response to a resource message.
stable
Range:
nc:DateType
Domain:
ResourceScheduleType

2.3.81 resourceCommittedDate

Resource Committed Date

A date when specified resource is committed to a request or order. Completed in response to a resource message. Specified resource is no longer available to be applied to other resource requests.
stable
Range:
nc:DateType
Domain:
ResourceScheduleType

2.3.82 resourceEstimatedArrivalDateTime

Resource Estimated Arrival Date Time

A date when the resource is expected to arrive at its Report To Location.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.83 resourceEstimatedDepartureDateTime

Resource Estimated Departure Date Time

A date when the resource is expected to depart from its current location for transit to a Report-to Location.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.84 resourceRequestedArrivalDateTime

Resource Requested Arrival Date Time

A date when the resource is needed. Completed for Resource requests, returns, etc.
stable
Range:
niem-xs:dateTime
Domain:
ResourceScheduleType

2.3.85 resourceScheduleAugmentationPoint

Resource Schedule Augmentation Point

An augmentation point for ResourceScheduleType.
stable
Domain:
ResourceScheduleType

2.3.86 ownerInformation

Owner Information

An indicator of ownership that can be a- role, person, organizational unit, Department, or Entity name to define ownership.
stable
Range:
OwnerInformationType
Domain:
FirstResponderType

2.3.87 homeDispatch

Home Dispatch

A organization (home dispatch) the resource is assigned to.
stable
Range:
nc:OrganizationType
Domain:
OwnerInformationType

2.3.88 homeUnit

Home Unit

A organization (Home Unit) the resource is assigned to.
stable
Range:
nc:OrganizationType
Domain:
OwnerInformationType

2.3.89 owner

Owner

An organization with a specific range of authority for specified resource(s).
stable
Range:
nc:OrganizationType
Domain:
OwnerInformationType

2.3.90 ownerInformationAugmentationPoint

Owner Information Augmentation Point

An augmentation point for OwnerInformationType.
stable
Domain:
OwnerInformationType

2.3.91 resourceInformationAugmentationPoint

Resource Information Augmentation Point

An augmentation point for ResourceInformationType.
stable
Domain:
ResourceInformationType

2.3.92 teamDescriptionText

Team Description Text

A data element for the textual description of a team.
stable
Range:
nc:TextType
Domain:
FirstResponderType

2.3.93 teamSizeMinimumValue

Team Size Minimum Value

A data element for the minimum size (i.e., number of members) of a team.
stable
Range:
niem-xs:integer
Domain:
TeamType

2.3.94 teamSizeMaximumValue

Team Size Maximum Value

A data element for the maximum size (i.e., number of members) of a team..
stable
Range:
niem-xs:integer
Domain:
TeamType

2.3.95 teamAugmentationPoint

Team Augmentation Point

An augmentation point for TeamType.
stable
Domain:
TeamType

2.3.96 teamLeadIndicator

Team Lead Indicator

True if a team leader; false otherwise.
stable
Range:
niem-xs:boolean
Domain:
FirstResponderType

2.3.97 experience

Experience

A credential class that represents the type of experience possessed by a person.
stable
Range:
ExperienceType
Domain:
FirstResponderType

2.3.98 referenceInformation

Reference Information

A data element that has the reference information of a person's experience.
stable
Range:
nc:EntityType
Domain:
ExperienceType

2.3.99 activityIdentification

Activity Identification

Activity Identification
stable

2.3.100 deploymentSummary

Deployment Summary

A credential class that represents the Deployment brief summary.
stable
Range:
DeploymentSummaryType
Domain:
ExperienceType

2.3.101 activityName

Activity Name

Activity Name
stable

2.3.102 deploymentStartDate

Deployment Start Date

A date when the deployment started.
stable
Range:
nc:DateType
Domain:
DeploymentSummaryType

2.3.103 deploymentEndDate

Deployment End Date

A date when on a person ended deployment to an incident.
stable
Range:
nc:DateType
Domain:
DeploymentSummaryType

2.3.104 deploymentDaysNumeric

Deployment Days Numeric

A data element for the number days deployed.
stable
Range:
niem-xs:integer
Domain:
DeploymentSummaryType

2.3.105 deploymentSummaryAugmentationPoint

Deployment Summary Augmentation Point

An augmentation point for DeploymentSummaryType.
stable
Domain:
DeploymentSummaryType

2.3.106 isFullTimeIndicator

Is Full Time Indicator

True if the engagement is full time; false otherwise..
stable
Range:
niem-xs:boolean
Domain:
ExperienceType

2.3.107 experienceAugmentationPoint

Experience Augmentation Point

An augmentation point for ExperienceType.
stable
Domain:
ExperienceType

2.3.108 access

Access

A credential class that describes the access rights of a resource.
stable
Range:
AccessType
Domain:
FirstResponderType

2.3.109 accessRightDescriptionText

Access Right Description Text

A textual description of the access rights of a resource.
stable
Range:
nc:TextType
Domain:
AccessType

2.3.110 physicalAccessLevelCode

Physical Access Level Code

A data element for the code that identifies the level of access to an asset.
stable
Range:
PhysicalAccessLevelCodeType
Domain:
AccessType

2.3.111 electronicAccessRightCode

Electronic Access Right Code

A data element for the code that identifies the level of access to an electronic asset.
stable
Range:
ElectronicAccessRightCodeType
Domain:
AccessType

2.3.112 effectiveDate

Effective Date

Effective Date
stable

2.3.113 expirationDate

Expiration Date

Expiration Date
stable

2.3.114 accessAugmentationPoint

Access Augmentation Point

An augmentation point for AccessType.
stable
Domain:
AccessType

2.3.115 resourceID

Resource

A credential class identifier that represents the resource.
stable
Range:
nc:IdentificationType
Domain:
FirstResponderType

2.3.116 badge

Badge

A data element for an ID card that identifies a person. A badge can be a low cost card, or a PIV card that follows specification NIST SP-800-73-2. Badge may work together with a pin number, visual identification and biometrics of the badge holder to make a positive identification of a person.
stable
Range:
BadgeType
Domain:
FirstResponderType

2.3.117 badgeJobTitleText

Badge Job Title Text

A data element for the the job title of the Person that appears on the Badge.
stable
Range:
nc:TextType
Domain:
BadgeType

2.3.118 badgeCredential

Badge Credential

A data element for the credential data on a badge.
stable
Range:
BadgeCredentialType
Domain:
BadgeType

2.3.119 badgeCredentialCodeText

Badge Credential Code Text

A data element for the code associated with the Person's qualifications recorded on the Badge.
stable
Range:
nc:TextType
Domain:
BadgeCredentialType

2.3.120 badgeTemporaryCredentialIndicator

Badge Temporary Credential Indicator

True if a credential appearing on a badge is temporary; false otherwise.
stable
Range:
niem-xs:boolean
Domain:
BadgeCredentialType

2.3.121 badgeCredentialColorRGBHexValue

Badge Credential Color Hex Value

A data element specifies a HEX RGB value for a credential appeared on a badge.
stable
Range:
niem-xs:string
Domain:
BadgeCredentialType

2.3.122 badgeCredentialDateRange

Badge Credential Date Range

A data element specifies the effective date range for a credential appeared on a badge.
stable
Range:
nc:DateRangeType
Domain:
BadgeCredentialType

2.3.123 badgeCredentialAugmentationPoint

Badge Credential Augmentation Point

An augmentation point for BadgeCredentialType.
stable
Domain:
BadgeCredentialType

2.3.124 badgeTemplateFile

Badge Template File

A data element for the template of a badge for printing purpose.
stable
Range:
nc:BinaryType
Domain:
BadgeType

2.3.125 barcode

Barcode

A data element for a bar code.
stable
Range:
BarcodeType
Domain:
BadgeType

2.3.126 itemBarCodeIdentification

Item Bar Code Identification

Item Bar Code Identification
stable

2.3.127 barcodeCode

Barcode Code

A data element for a barcode code type information.
stable
Range:
BarcodeCodeType
Domain:
BarcodeType

2.3.128 barcodeContentText

Barcode Content Text

A data element for a bar code content information.
stable
Range:
nc:TextType
Domain:
BarcodeType

2.3.129 barcodeImage

Barcode Image

A data element for a bar code image.
stable
Range:
nc:BinaryType
Domain:
BarcodeType

2.3.130 barcodeAugmentationPoint

Barcode Augmentation Point

An augmentation point for BarcodeType.
stable
Domain:
BarcodeType

2.3.131 badgeNotesText

Badge Notes Text

A data element for Notes about the Badge, if needed.
stable
Range:
nc:TextType
Domain:
BadgeType

2.3.132 badgeAugmentationPoint

Badge Augmentation Point

An augmentation point for BadgeType.
stable
Domain:
BadgeType

2.3.133 insurance

Insurance

Insurance
stable

2.3.134 liability

Liability

A credential class that represents the liabilities that are associated with a resource.
stable
Range:
LiabilityType
Domain:
FirstResponderType

2.3.135 liabilityName

Liability Name

A textual name of the liability.
stable
Range:
nc:TextType
Domain:
LiabilityType

2.3.136 liabilityDescriptionText

Liability Description Text

A textual description of the liability.
stable
Range:
nc:TextType
Domain:
LiabilityType

2.3.137 liabilityDocumentName

Liability Document Name

A textual name of the document associated with the liability.
stable
Range:
nc:TextType
Domain:
LiabilityType

2.3.138 liabilityAugmentationPoint

Liability Augmentation Point

An augmentation point for LiabilityType.
stable
Domain:
LiabilityType

2.3.139 licenseCertificationRegistration

License Certification Registration

A data element for the credential class that represents Licensing.
stable
Range:
LicenseCertificationRegistrationType
Domain:
FirstResponderType

2.3.140 lCRTitleText

Title Text

A data element that specifies the title of a license, certificate or registration (LCR).
stable
Range:
nc:TextType
Domain:
LicenseCertificationRegistrationType

2.3.141 lCRCategoryCode

Category Code

A data element that specifies if it is a license, certificate or registration.
stable
Range:
LCRCategoryCodeType
Domain:
LicenseCertificationRegistrationType

2.3.142 lCRID

undefined

An identifier for a license, registration or certificate.
stable
Range:
nc:IdentificationType
Domain:
LicenseCertificationRegistrationType

2.3.143 isStateLCRIndicator

Is State Indicator

True if the license, registration or certificate is at state level; false otherwise..
stable
Range:
niem-xs:boolean
Domain:
LicenseCertificationRegistrationType

2.3.144 organizationName

Organization Name

Organization Name
stable

2.3.145 registrationJurisdictionName

Registration Jurisdiction Name

A textual representation of LCR's issuing organization name.
stable
Range:
niem-xs:string
Domain:
PersonCredentialInformationType

2.3.146 credentialStatusCode

Credential Status Code

A codified presentation of the status of a Person's credential.
stable
Range:
CredentialStatusCodeType
Domain:
LicenseCertificationRegistrationType

2.3.147 statusDescriptionText

Status Description Text

Status Description Text
stable

2.3.148 licenseCertificationRegistrationAugmentationPoint

License Certification Registration Augmentation Point

An augmentation point for LicenseCertificationRegistrationType.
stable
Domain:
LicenseCertificationRegistrationType

2.3.149 physicalFitness

Physical Fitness

A credential class that represents the person's physical fitness.
stable
Range:
PhysicalFitnessType
Domain:
FirstResponderType

2.3.150 physicalFitnessLevelCode

Physical Fitness Level Code

A code that represents the level of fitness a person is in.
stable
Range:
PhysicalFitnessLevelCodeType
Domain:
PhysicalFitnessType

2.3.151 exerciseCode

Exercise Code

A textual representation of the type of exercise.
stable
Range:
ExerciseCategoryCodeType
Domain:
PhysicalFitnessType

2.3.152 exerciseDescriptionText

Exercise Description Text

A textual description of the type of exercise.
stable
Range:
nc:TextType
Domain:
PhysicalFitnessType

2.3.153 exerciseWeeklyFrequencyValue

Exercise Weekly Frequency Value

A number count representation of how many times a week an exercise if performed by a person (e.g. 1, 2, 3).
stable
Range:
niem-xs:integer
Domain:
PhysicalFitnessType

2.3.154 exerciseMinutesEachTime

Exercise Minutes Each Time

A number of minutes representation for each time an exercise is performed by a person (e.g. 3, 5, 15).
stable
Range:
niem-xs:time
Domain:
PhysicalFitnessType

2.3.155 lastExerciseTime

Last Exercise Time

A data element for the last recorded time for an exercise (e.g. 00-00-12 for 100 yard dash).
stable
Range:
niem-xs:time
Domain:
PhysicalFitnessType

2.3.156 physicalFitnessAugmentationPoint

Physical Fitness Augmentation Point

An augmentation point for PhysicalFitnessType.
stable
Domain:
PhysicalFitnessType

2.3.157 skill

Skill

A credential class that represents a person's skill.
stable
Range:
SkillType
Domain:
FirstResponderType

2.3.158 skillName

Skill Name

A data element that is the name of a skill.
stable
Range:
niem-xs:string
Domain:
SkillType

2.3.159 skillDescriptionText

Skill Description Text

A textual description of a skill.
stable
Range:
nc:TextType
Domain:
SkillType

2.3.160 skillAcquiredCategoryCode

Skill Acquired Category Code

A code describes how a skill is acquired.
stable
Range:
SkillAcquiredCategoryCodeType
Domain:
SkillType

2.3.161 skillUseHistoryText

Skill Use History Text

A textual description about the skill usage of a person.
stable
Range:
niem-xs:string
Domain:
SkillType

2.3.162 skillAugmentationPoint

Skill Augmentation Point

An augmentation point for SkillType.
stable
Domain:
SkillType

2.3.163 training

Training

A data element for the credential class that represents a person's training credentials.
stable
Range:
TrainingType
Domain:
FirstResponderType

2.3.164 courseText

Course Text

A data element for the name of the training course.
stable
Range:
nc:TextType
Domain:
TrainingType

2.3.165 courseLevelText

Course Level Text

A data element that describes the level of the provided course and training (i.e. Beginner, Intermediate, Advanced).
stable
Range:
nc:TextType
Domain:
TrainingType

2.3.166 isIssuedCertificationIndicator

Is Issued Certification Indicator

True if a certification is issued; false otherwise..
stable
Range:
niem-xs:boolean
Domain:
TrainingType

2.3.167 trainingDuration

Training Duration

A data element for the duration of the training in number of days.
stable
Range:
niem-xs:duration
Domain:
TrainingType

2.3.168 endDate

End Date

End Date
stable

2.3.169 trainingAugmentationPoint

Training Augmentation Point

An augmentation point for TrainingType.
stable
Domain:
TrainingType

2.3.170 peerReview

Peer Review

A data element for the peer review of a person.
stable
Range:
PeerReviewType
Domain:
FirstResponderType

2.3.171 peerReviewDescriptionText

Peer Review Description Text

A data element that is the description text of a peer review.
stable
Range:
nc:TextType
Domain:
PeerReviewType

2.3.172 peerReviewAuthorText

Peer Review Author Text

A data element for the person who wrote the peer review.
stable
Range:
nc:TextType
Domain:
PeerReviewType

2.3.173 peerReviewSubjectText

Peer Review Subject Text

A data element for the subject of a peer review.
stable
Range:
nc:TextType
Domain:
PeerReviewType

2.3.174 peerReviewDate

Peer Review Date

A date the peer review was written.
stable
Range:
nc:DateType
Domain:
PeerReviewType

2.3.175 peerReviewAugmentationPoint

Peer Review Augmentation Point

An augmentation point for PeerReviewType.
stable
Domain:
PeerReviewType

2.3.176 personPublication

Person Publication

A data element for the publication done by a person.
stable
Range:
nc:PublicationType
Domain:
FirstResponderType

2.3.177 recommendation

Recommendation

Recommendation
stable

2.3.178 waiver

Waiver

A data element representing a granted credential waiver of a person.
stable
Range:
WaiverType
Domain:
FirstResponderType

2.3.179 waiverAuthorizer

Waiver Authorizer

A data element for the entity who authorized the waiver.
stable
Range:
nc:EntityType
Domain:
WaiverType

2.3.180 documentSubjectText

Document Subject Text

Document Subject Text
stable

2.3.181 descriptionText

Description Text

Description Text
stable

2.3.182 waiverDate

Waiver Date

A data element for the date a waiver is issued.
stable
Range:
nc:DateType
Domain:
WaiverType

2.3.183 waiverAugmentationPoint

Waiver Augmentation Point

An augmentation point for WaiverType.
stable
Domain:
WaiverType

2.3.184 deploymentInformation

Deployment Information

A data element for the information of a deployment of a resource.
stable
Range:
DeploymentInformationType
Domain:
FirstResponderType

2.3.185 deploymentStatusCode

Deployment Status Code

A data element that represents the deployment status.
stable
Range:
DeploymentStatusCodeType
Domain:
DeploymentInformationType

2.3.186 availabilityStatusCode

Availability Status Code

A data element that describes if a resource is available.
stable
Range:
AvailabilityStatusCodeType
Domain:
DeploymentInformationType

2.3.187 prohibitiveDeploymentCondition

Prohibitive Deployment Condition

A data element for the condition a person is prohibited from being deployed to.
stable
Range:
ProhibitiveDeploymentConditionType
Domain:
DeploymentInformationType

2.3.188 prohibitiveDeploymentConditionDescriptionText

Prohibitive Deployment Condition Description Text

A textual description of the prohibitive deployment condition.
stable
Range:
nc:TextType
Domain:
ProhibitiveDeploymentConditionType

2.3.189 prohibitiveDeploymentConditionAugmentationPoint

Prohibitive Deployment Condition Augmentation Point

An augmentation point for ProhibitiveDeploymentConditionType.
stable
Domain:
ProhibitiveDeploymentConditionType

2.3.190 deploymentDescriptionText

Deployment Description Text

A data element for the textual description of the deployment.
stable
Range:
nc:TextType
Domain:
DeploymentInformationType

2.3.191 deploymentOrderDescriptionText

Deployment Order Description Text

A data element for the textual description of the deployment order.
stable
Range:
nc:TextType
Domain:
DeploymentInformationType

2.3.192 deploymentOrderFormBinary

Deployment Order Form Binary

A data element contains deployment order form binary data.
stable
Range:
nc:BinaryType
Domain:
DeploymentInformationType

2.3.193 deploymentAcceptedByText

Deployment Accepted By Text

A data element for a textual description of an entity that accepted the deployment.
stable
Range:
nc:TextType
Domain:
DeploymentInformationType

2.3.194 deploymentAcceptedByDate

Deployment Accepted By Date

A data element for the date at which a deployment is accepted.
stable
Range:
nc:DateType
Domain:
DeploymentInformationType

2.3.195 deploymentRequestedByText

Deployment Requested By Text

A data element for a textual description of an entity that requested the deployment.
stable
Range:
nc:TextType
Domain:
DeploymentInformationType

2.3.196 deploymentRequestedByDate

Deployment Requested By Date

A data element for the date at which a deployment is requested.
stable
Range:
nc:DateType
Domain:
DeploymentInformationType

2.3.197 reportToLocation

Report To Location

A data element for a Location where the resource is to report.
stable
Range:
nc:LocationType
Domain:
DeploymentInformationType

2.3.198 estimatedArrivalDate

Estimated Arrival Date

Estimated Arrival Date
stable

2.3.199 deploymentInformationAugmentationPoint

Deployment Information Augmentation Point

An augmentation point for DeploymentInformationType.
stable
Domain:
DeploymentInformationType

2.3.200 personCredentialInformation

Person Credential Information

A data element for information about a person's credential.
stable
Range:
PersonCredentialInformationType
Domain:
FirstResponderType

2.3.201 credentialIssuedByText

Credential Issued By Text

A data element for the information about the Organization that issued the credential.
stable
Range:
nc:TextType
Domain:
PersonCredentialInformationType

2.3.202 credentialDescriptionText

Credential Description Text

A data element for the description of the credential.
stable
Range:
nc:TextType
Domain:
PersonCredentialInformationType

2.3.203 credentialExpirationCategoryCode

Credential Expiration Category Code

A data element for the type of expiration of a person's credential. Example structures- Expired, Revoked.
stable
Range:
CredentialExpirationCategoryCodeType
Domain:
PersonCredentialInformationType

2.3.204 credentialID

Credential

An identifier associated with the credential.
stable
Range:
nc:IdentificationType
Domain:
PersonCredentialInformationType

2.3.205 credentialIssueDate

Credential Issue Date

A data element for the date that the credential is issued.
stable
Range:
nc:DateType
Domain:
PersonCredentialInformationType

2.3.206 credentialClassMetric

Credential Class Metric

A data element for a first responder credential class metric. Example- Number of years a Person has held a Commercial Pilot License.
stable
Range:
CredentialClassMetricType
Domain:
CredentialClassType

2.3.207 credentialClassMetricID

Credential Class Metric

An identifier for the code assigned to a credential class Metric.
stable
Range:
nc:IdentificationType
Domain:
CredentialClassMetricType

2.3.208 credentialClassMetricName

Credential Class Metric Name

A data element for the name of a credential class metric.
stable
Range:
nc:TextType
Domain:
CredentialClassMetricType

2.3.209 credentialClassMetricPrecisionNumeric

Credential Class Metric Precision Numeric

A data element for the precision of a credential class metric.
stable
Range:
niem-xs:integer
Domain:
CredentialClassMetricType

2.3.210 credentialClassMetricUnitOfMeasure

Credential Class Metric Unit Of Measure

A data element for the unit of measure of a credential class metric. Example- Years, Level, etc.
stable
Range:
nc:TextType
Domain:
CredentialClassMetricType

2.3.211 credentialClassMetricValue

Credential Class Metric Value

A data element for the value of a credential class metric.
stable
Range:
CredentialClassMetricValueType
Domain:
CredentialClassMetricType

2.3.212 comparisonEndValue

Comparison End Value

A data element for the right side value of a comparison operation.
stable
Range:
nc:TextType
Domain:
CredentialClassMetricValueType

2.3.213 comparisonStartValue

Comparison Start Value

A data element for the left side value of a comparison operation.
stable
Range:
nc:TextType
Domain:
CredentialClassMetricValueType

2.3.214 logicalOperatorText

Logical Operator Text

A data element for a logical operator.
stable
Range:
nc:TextType
Domain:
CredentialClassMetricValueType

2.3.215 credentialClassMetricValueAugmentationPoint

Credential Class Metric Value Augmentation Point

An augmentation point for CredentialClassMetricValueType.
stable
Domain:
CredentialClassMetricValueType

2.3.216 credentialClassMetricAugmentationPoint

Credential Class Metric Augmentation Point

An augmentation point for CredentialClassMetricType.
stable
Domain:
CredentialClassMetricType

2.3.217 credentialClass

Credential Class

A data element for a credential class. Example structures- Experience, Training etc.
stable
Range:
CredentialClassType
Domain:
LogicalOrType

2.3.218 credentialClassBadgeQualificationCodeText

Credential Class Badge Qualification Code Text

A data element for the code associated with the Person's qualifications recorded on the Badge.
stable
Range:
nc:TextType
Domain:
CredentialClassType

2.3.219 credentialClassCategoryText

Credential Class Category Text

A kind of credential class.
stable
Range:
nc:TextType
Domain:
CredentialClassType

2.3.220 credentialClassDescriptionText

Credential Class Description Text

A data element for the textual description of a credential class.
stable
Range:
nc:TextType
Domain:
CredentialClassType

2.3.221 credentialClassID

Credential Class

An identifier of a credential class.
stable
Range:
nc:IdentificationType
Domain:
CredentialClassType

2.3.222 credentialClassName

Credential Class Name

A data element for the name of a credential class. Example structures- Experience, Training, etc.
stable
Range:
nc:TextType
Domain:
CredentialClassType

2.3.223 credentialClassCategoryCode

Credential Class Category Code

A data element for the type or kind of credential class.
stable
Range:
CredentialClassCategoryCodeType
Domain:
CredentialClassType

2.3.224 credentialQualificationCriteria

Credential Qualification Criteria

A data element for the criteria for a credential qualification.
stable
Range:
CredentialQualificationCriteriaType
Domain:
CredentialClassType

2.3.225 logicalAnd

Logical And

A data element for logical And operation.
stable
Range:
LogicalAndType
Domain:
LogicalOrType

2.3.226 logicalOr

Logical Or

A data element for the logical Or operation.
stable
Range:
LogicalOrType
Domain:
CredentialQualificationCriteriaType

2.3.227 logicalOrAugmentationPoint

Logical Or Augmentation Point

An augmentation point for LogicalOrType.
stable
Domain:
LogicalOrType

2.3.228 logicalAndAugmentationPoint

Logical And Augmentation Point

An augmentation point for LogicalAndType.
stable
Domain:
LogicalAndType

2.3.229 qualificationCriteriaCategoryCode

Qualification Criteria Category Code

A data element for a code that represents the type of qualification criteria. Example structures- Recommended, Required.
stable
Range:
CriteriaCategoryCodeType
Domain:
CredentialQualificationCriteriaType

2.3.230 qualificationCriteriaCommentText

Qualification Criteria Comment Text

A data element for a textual comment associated with the criteria for a qualification.
stable
Range:
nc:TextType
Domain:
CredentialQualificationCriteriaType

2.3.231 qualificationDescriptionText

Qualification Description Text

A data element for a textual description of a credential qualification.
stable
Range:
nc:TextType
Domain:
CredentialQualificationCriteriaType

2.3.232 qualificationPrerequisiteText

Qualification Prerequisite Text

A data element for a textual description of the prerequisites for qualification for a credential.
stable
Range:
nc:TextType
Domain:
CredentialQualificationCriteriaType

2.3.233 credentialQualificationCriteriaAugmentationPoint

Credential Qualification Criteria Augmentation Point

An augmentation point for CredentialQualificationCriteriaType.
stable
Domain:
CredentialQualificationCriteriaType

2.3.234 sourceText

Source Text

Source Text
stable

2.3.235 credentialClassAugmentationPoint

Credential Class Augmentation Point

An augmentation point for CredentialClassType.
stable
Domain:
CredentialClassType

2.3.236 personCredentialInformationAugmentationPoint

Person Credential Information Augmentation Point

An augmentation point for PersonCredentialInformationType.
stable
Domain:
PersonCredentialInformationType

2.3.237 volunteerIndicator

Volunteer Indicator

True if a resource is a volunteer; false otherwise.
stable
Range:
niem-xs:boolean
Domain:
FirstResponderType

2.3.238 contactInformation

Contact Information

Contact Information
stable

2.3.239 emergencySupportFunctionCode

Emergency Support Function Code

A data element for the code that identifies an Emergency Support Function (ESF), defined by FEMA.
stable
Range:
EmergencySupportFunctionCodeType
Domain:
FirstResponderType

2.3.240 firstResponderAvailabilityStatusCode

First Responder Availability Status Code

A data element that describes if a first responder is available.
stable
Range:
FirstResponderAvailabilityStatusCodeType
Domain:
FirstResponderType

2.3.241 physicalFeatureDescriptionDetail

Physical Feature Description Detail

Physical Feature Description Detail
stable

2.3.242 physicalFeatureImage

Physical Feature Image

Physical Feature Image
stable

2.3.243 firstResponderAugmentationPoint

First Responder Augmentation Point

An augmentation point for FirstResponderType.
stable
Domain:
FirstResponderType