PatientAnimal
open class PatientAnimal: BackboneElement
This patient is known to be an animal (non-human).
This patient is known to be an animal.
-
This patient is known to be an animal (non-human).
This patient is known to be an animal.
Declaration
Swift
override open class var resourceType: String
-
E.g. Poodle, Angus.
Declaration
Swift
public var breed: CodeableConcept?
-
E.g. Neutered, Intact.
Declaration
Swift
public var genderStatus: CodeableConcept?
-
E.g. Dog, Cow.
Declaration
Swift
public var species: CodeableConcept?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(species: CodeableConcept)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
Parameters
json
The JSON element to use to populate the receiver
context
The instantiation context to use
-
Undocumented
Declaration
Swift
open class PatientAnimal: BackboneElement