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/

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.

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.

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.

First Responder Badge (NIEM)

{
  "@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"
  }
}
          

First Responder Skill (NIEM)

{
  "@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"
  }
}
          

First Responder Skill (NIEM + Rich Skills Description)

{
  "@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"
  }
}
          

First Responder Skill (NIEM + Open Badge v3)

{
  "@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"
  }
}
          

First Responder Training (NIEM)

{
  "@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"
  }
}
          

First Responder Training (NIEM + Open Badge v3)

{
  "@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"
  }
}
          

The First Responder Vocabulary

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#

Class definitions

The following are class definitions in the fr namespace.

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

PersonHumanResourceType

Person Human Resource Type

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

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

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

UpdateRecordType

Update Record Type

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

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

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

ApprovalStatusCodeType

Approval Status Code Type

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

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

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

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

TeamType

Team Type

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

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

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

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

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

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

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

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

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

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

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

ElectronicAccessRightCodeType

Electronic Access Right Code Type

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

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

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

BarcodeType

Barcode Type

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

BarcodeCodeType

Barcode Code Type

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

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

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

LCRCategoryCodeType

Category Code Type

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

CredentialStatusCodeType

Credential Status Code Type

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

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

PhysicalFitnessLevelCodeType

Physical Fitness Level Code Type

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

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

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

SkillAcquiredCategoryCodeType

Skill Acquired Category Code Type

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

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

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

WaiverType

Waiver Type

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

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

DeploymentStatusCodeType

Deployment Status Code Type

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

AvailabilityStatusCodeType

Availability Status Code Type

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

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

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

CredentialExpirationCategoryCodeType

Credential Expiration Category Code Type

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

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

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

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

CredentialClassCategoryCodeType

Credential Class Category Code Type

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

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

LogicalAndType

Logical And Type

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

LogicalOrType

Logical Or Type

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

CriteriaCategoryCodeType

Criteria Category Code Type

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

EmergencySupportFunctionCodeType

Emergency Support Function Code Type

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

FirstResponderAvailabilityStatusCodeType

First Responder Availability Status Code Type

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

Property definitions

The following are property definitions in the fr namespace.

roleOfPerson

Role Of Person

Role Of Person
stable

personHumanResource

Person Human Resource

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

personIDCard

Person Card

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

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

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

signatureAuthorityName

Signature Authority Name

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

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

resourcePicture

Resource Picture

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

cardPicture

Card Picture

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

nistSP800733PIVCardData

800733 Card Data

800733 Card Data
stable

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

pivAssuranceLevelCode

Assurance Level Code

Assurance Level Code
stable

fips201ConformanceCode

201 Conformance Code

201 Conformance Code
stable

personIDCardAugmentationPoint

Person Card Augmentation Point

An augmentation point for PersonIDCardType.
stable
Domain:
PersonIDCardType

address

Address

Address
stable

availabilityText

Availability Text

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

contactMeansAbstract

Contact Means Abstract

Contact Means Abstract
stable

updateRecord

Update Record

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

lastUpdatedDate

Last Updated Date

Last Updated Date
stable

updateBy

Update By

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

updateRecordAugmentationPoint

Update Record Augmentation Point

An augmentation point for UpdateRecordType.
stable
Domain:
UpdateRecordType

attachment

Attachment

Attachment
stable

personHumanResourceAugmentationPoint

Person Human Resource Augmentation Point

An augmentation point for PersonHumanResourceType.
stable
Domain:
PersonHumanResourceType

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

jobTitleOrRoleName

Job Title Or Role Name

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

jobTitleDescriptionText

Job Title Description Text

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

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

organizationAffiliationCategoryCode

Organization Affiliation Category Code

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

organization

Organization

Organization
stable

jurisdictionName

Jurisdiction Name

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

approvalStatusCode

Approval Status Code

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

titleIssuingAuthorityName

Title Issuing Authority Name

Title Issuing Authority Name
stable

dateRange

Date Range

Date Range
stable

emergencySupportFunctionAbstract

Emergency Support Function Abstract

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

titleCategoryText

Title Category Text

Title Category Text
stable

jobTitleOrRoleAugmentationPoint

Job Title Or Role Augmentation Point

An augmentation point for JobTitleOrRoleType.
stable
Domain:
JobTitleOrRoleType

checkInOutRecord

Check In Out Record

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

incidentEvent

Incident Event

Incident Event
stable

checkInOutCode

Check In Out Code

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

checkInOutLocationCategoryCode

Check In Out Location Category Code

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

checkInOutLocation

Check In Out Location

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

checkInOutDateTime

Check In Out Date Time

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

checkInOutPerson

Check In Out Person

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

checkInOutRecordAugmentationPoint

Check In Out Record Augmentation Point

An augmentation point for CheckInOutRecordType.
stable
Domain:
CheckInOutRecordType

firstResponderTeam

First Responder Team

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

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

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

resourceQuantity

Resource Quantity

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

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

resourceRequestedLocation

Resource Requested Location

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

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

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

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

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

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

departureDateTime

Departure Date Time

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

routeLocation

Route Location

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

arrivalDateTime

Arrival Date Time

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

pointToPointLocationTrackingAugmentationPoint

Point To Point Location Tracking Augmentation Point

An augmentation point for PointToPointLocationTrackingType.
stable
Domain:
PointToPointLocationTrackingType

resourceLocationDetailsAugmentationPoint

Resource Location Details Augmentation Point

An augmentation point for ResourceLocationDetailsType.
stable
Domain:
ResourceLocationDetailsType

inventoryRefreshDateTime

Inventory Refresh Date Time

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

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

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

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

valueAugmentationPoint

Value Augmentation Point

An augmentation point for ValueType.
stable
Domain:
ValueType

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

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

declineReasonCodeAbstract

Decline Reason Code Abstract

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

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

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

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

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

resourceRestrictionsText

Resource Restrictions Text

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

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

resourceSchedule

Resource Schedule

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

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

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

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

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

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

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

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

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

resourceScheduleAugmentationPoint

Resource Schedule Augmentation Point

An augmentation point for ResourceScheduleType.
stable
Domain:
ResourceScheduleType

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

homeDispatch

Home Dispatch

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

homeUnit

Home Unit

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

owner

Owner

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

ownerInformationAugmentationPoint

Owner Information Augmentation Point

An augmentation point for OwnerInformationType.
stable
Domain:
OwnerInformationType

resourceInformationAugmentationPoint

Resource Information Augmentation Point

An augmentation point for ResourceInformationType.
stable
Domain:
ResourceInformationType

teamDescriptionText

Team Description Text

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

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

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

teamAugmentationPoint

Team Augmentation Point

An augmentation point for TeamType.
stable
Domain:
TeamType

teamLeadIndicator

Team Lead Indicator

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

experience

Experience

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

referenceInformation

Reference Information

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

activityIdentification

Activity Identification

Activity Identification
stable

deploymentSummary

Deployment Summary

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

activityName

Activity Name

Activity Name
stable

deploymentStartDate

Deployment Start Date

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

deploymentEndDate

Deployment End Date

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

deploymentDaysNumeric

Deployment Days Numeric

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

deploymentSummaryAugmentationPoint

Deployment Summary Augmentation Point

An augmentation point for DeploymentSummaryType.
stable
Domain:
DeploymentSummaryType

isFullTimeIndicator

Is Full Time Indicator

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

experienceAugmentationPoint

Experience Augmentation Point

An augmentation point for ExperienceType.
stable
Domain:
ExperienceType

access

Access

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

accessRightDescriptionText

Access Right Description Text

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

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

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

effectiveDate

Effective Date

Effective Date
stable

expirationDate

Expiration Date

Expiration Date
stable

accessAugmentationPoint

Access Augmentation Point

An augmentation point for AccessType.
stable
Domain:
AccessType

resourceID

Resource

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

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

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

badgeCredential

Badge Credential

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

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

badgeTemporaryCredentialIndicator

Badge Temporary Credential Indicator

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

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

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

badgeCredentialAugmentationPoint

Badge Credential Augmentation Point

An augmentation point for BadgeCredentialType.
stable
Domain:
BadgeCredentialType

badgeTemplateFile

Badge Template File

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

barcode

Barcode

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

itemBarCodeIdentification

Item Bar Code Identification

Item Bar Code Identification
stable

barcodeCode

Barcode Code

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

barcodeContentText

Barcode Content Text

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

barcodeImage

Barcode Image

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

barcodeAugmentationPoint

Barcode Augmentation Point

An augmentation point for BarcodeType.
stable
Domain:
BarcodeType

badgeNotesText

Badge Notes Text

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

badgeAugmentationPoint

Badge Augmentation Point

An augmentation point for BadgeType.
stable
Domain:
BadgeType

insurance

Insurance

Insurance
stable

liability

Liability

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

liabilityName

Liability Name

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

liabilityDescriptionText

Liability Description Text

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

liabilityDocumentName

Liability Document Name

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

liabilityAugmentationPoint

Liability Augmentation Point

An augmentation point for LiabilityType.
stable
Domain:
LiabilityType

licenseCertificationRegistration

License Certification Registration

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

lCRTitleText

Title Text

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

lCRCategoryCode

Category Code

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

lCRID

undefined

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

isStateLCRIndicator

Is State Indicator

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

organizationName

Organization Name

Organization Name
stable

registrationJurisdictionName

Registration Jurisdiction Name

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

credentialStatusCode

Credential Status Code

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

statusDescriptionText

Status Description Text

Status Description Text
stable

licenseCertificationRegistrationAugmentationPoint

License Certification Registration Augmentation Point

An augmentation point for LicenseCertificationRegistrationType.
stable
Domain:
LicenseCertificationRegistrationType

physicalFitness

Physical Fitness

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

physicalFitnessLevelCode

Physical Fitness Level Code

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

exerciseCode

Exercise Code

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

exerciseDescriptionText

Exercise Description Text

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

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

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

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

physicalFitnessAugmentationPoint

Physical Fitness Augmentation Point

An augmentation point for PhysicalFitnessType.
stable
Domain:
PhysicalFitnessType

skill

Skill

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

skillName

Skill Name

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

skillDescriptionText

Skill Description Text

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

skillAcquiredCategoryCode

Skill Acquired Category Code

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

skillUseHistoryText

Skill Use History Text

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

skillAugmentationPoint

Skill Augmentation Point

An augmentation point for SkillType.
stable
Domain:
SkillType

training

Training

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

courseText

Course Text

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

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

isIssuedCertificationIndicator

Is Issued Certification Indicator

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

trainingDuration

Training Duration

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

endDate

End Date

End Date
stable

trainingAugmentationPoint

Training Augmentation Point

An augmentation point for TrainingType.
stable
Domain:
TrainingType

peerReview

Peer Review

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

peerReviewDescriptionText

Peer Review Description Text

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

peerReviewAuthorText

Peer Review Author Text

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

peerReviewSubjectText

Peer Review Subject Text

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

peerReviewDate

Peer Review Date

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

peerReviewAugmentationPoint

Peer Review Augmentation Point

An augmentation point for PeerReviewType.
stable
Domain:
PeerReviewType

personPublication

Person Publication

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

recommendation

Recommendation

Recommendation
stable

waiver

Waiver

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

waiverAuthorizer

Waiver Authorizer

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

documentSubjectText

Document Subject Text

Document Subject Text
stable

descriptionText

Description Text

Description Text
stable

waiverDate

Waiver Date

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

waiverAugmentationPoint

Waiver Augmentation Point

An augmentation point for WaiverType.
stable
Domain:
WaiverType

deploymentInformation

Deployment Information

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

deploymentStatusCode

Deployment Status Code

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

availabilityStatusCode

Availability Status Code

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

prohibitiveDeploymentCondition

Prohibitive Deployment Condition

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

prohibitiveDeploymentConditionDescriptionText

Prohibitive Deployment Condition Description Text

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

prohibitiveDeploymentConditionAugmentationPoint

Prohibitive Deployment Condition Augmentation Point

An augmentation point for ProhibitiveDeploymentConditionType.
stable
Domain:
ProhibitiveDeploymentConditionType

deploymentDescriptionText

Deployment Description Text

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

deploymentOrderDescriptionText

Deployment Order Description Text

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

deploymentOrderFormBinary

Deployment Order Form Binary

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

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

deploymentAcceptedByDate

Deployment Accepted By Date

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

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

deploymentRequestedByDate

Deployment Requested By Date

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

reportToLocation

Report To Location

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

estimatedArrivalDate

Estimated Arrival Date

Estimated Arrival Date
stable

deploymentInformationAugmentationPoint

Deployment Information Augmentation Point

An augmentation point for DeploymentInformationType.
stable
Domain:
DeploymentInformationType

personCredentialInformation

Person Credential Information

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

credentialIssuedByText

Credential Issued By Text

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

credentialDescriptionText

Credential Description Text

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

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

credentialID

Credential

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

credentialIssueDate

Credential Issue Date

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

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

credentialClassMetricID

Credential Class Metric

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

credentialClassMetricName

Credential Class Metric Name

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

credentialClassMetricPrecisionNumeric

Credential Class Metric Precision Numeric

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

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

credentialClassMetricValue

Credential Class Metric Value

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

comparisonEndValue

Comparison End Value

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

comparisonStartValue

Comparison Start Value

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

logicalOperatorText

Logical Operator Text

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

credentialClassMetricValueAugmentationPoint

Credential Class Metric Value Augmentation Point

An augmentation point for CredentialClassMetricValueType.
stable
Domain:
CredentialClassMetricValueType

credentialClassMetricAugmentationPoint

Credential Class Metric Augmentation Point

An augmentation point for CredentialClassMetricType.
stable
Domain:
CredentialClassMetricType

credentialClass

Credential Class

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

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

credentialClassCategoryText

Credential Class Category Text

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

credentialClassDescriptionText

Credential Class Description Text

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

credentialClassID

Credential Class

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

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

credentialClassCategoryCode

Credential Class Category Code

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

credentialQualificationCriteria

Credential Qualification Criteria

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

logicalAnd

Logical And

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

logicalOr

Logical Or

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

logicalOrAugmentationPoint

Logical Or Augmentation Point

An augmentation point for LogicalOrType.
stable
Domain:
LogicalOrType

logicalAndAugmentationPoint

Logical And Augmentation Point

An augmentation point for LogicalAndType.
stable
Domain:
LogicalAndType

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

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

qualificationDescriptionText

Qualification Description Text

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

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

credentialQualificationCriteriaAugmentationPoint

Credential Qualification Criteria Augmentation Point

An augmentation point for CredentialQualificationCriteriaType.
stable
Domain:
CredentialQualificationCriteriaType

sourceText

Source Text

Source Text
stable

credentialClassAugmentationPoint

Credential Class Augmentation Point

An augmentation point for CredentialClassType.
stable
Domain:
CredentialClassType

personCredentialInformationAugmentationPoint

Person Credential Information Augmentation Point

An augmentation point for PersonCredentialInformationType.
stable
Domain:
PersonCredentialInformationType

volunteerIndicator

Volunteer Indicator

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

contactInformation

Contact Information

Contact Information
stable

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

firstResponderAvailabilityStatusCode

First Responder Availability Status Code

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

physicalFeatureDescriptionDetail

Physical Feature Description Detail

Physical Feature Description Detail
stable

physicalFeatureImage

Physical Feature Image

Physical Feature Image
stable

firstResponderAugmentationPoint

First Responder Augmentation Point

An augmentation point for FirstResponderType.
stable
Domain:
FirstResponderType